Sha256: babd1af1f956daebe90eedcc61fad613410502d10817eb2535913ce69151f8e4
Contents?: true
Size: 190 Bytes
Versions: 27
Compression:
Stored size: 190 Bytes
Contents
export declare type DeepPartial<T> = { [P in keyof T]?: DeepPartial<T[P]>; }; export declare type KeyValuePair = { [x: string]: any; }; export declare type Lang = 'zh-CN' | 'en-US';
Version data entries
27 entries across 9 versions & 1 rubygems