Skip to content

Writeable

Writeable<T> = { -readonly [P in keyof T]: T[P] }

Defined in: src/@types/common.ts:22

T