UNPKG

65 BTypeScriptView Raw
1export declare type Partial<T> = {
2 [P in keyof T]?: T[P];
3};