UNPKG

@pubby.club/sdk

Version:
4 lines (3 loc) 82 B
export declare type DeepPartial<T> = { [p in keyof T]?: DeepPartial<T[p]>; };