UNPKG

69 BPlain TextView Raw
1export type DeepPartial<T> = { [K in keyof T]?: DeepPartial<T[K]> };