Writeable<T> = { -readonly [P in keyof T]: T[P] }
T
{ -readonly [P in keyof T]: T[P] }
Defined in: src/@types/common.ts:22