UNPKG

hector-rubic-sdk

Version:
4 lines (3 loc) 74 B
export declare type Mutable<T> = { -readonly [P in keyof T]: T[P]; };