Partial

Partial<T>: { [P in keyof T]?: T[P] }

Make all properties in T optional

Type Parameters

Type Parameter
T

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1578