Home > types > Writable
Make readonly object writable
Signature:
export declare type Writable<T> = { -readonly [P in keyof T]: T[P]; };