UNPKG

haravan-client

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