Home > rc-js-util > TWriteable
Removes readonly from an object.
Signature:
export declare type TWriteable<T> = { -readonly [P in keyof T]: T[P]; };