Home > @xoram/plugin-panoramique > Writable
Writable type
Make all properties in record
writable
Signature:
typescript
export type Writable<record> = {
-readonly [P in keyof record]: record[P];
};
1
2
3
2
3