UNPKG

61 BPlain TextView Raw
1export declare type Partial<T> = { [P in keyof T]?: T[P]; };