UNPKG

@bitclave/base-client-js

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