Partial
Partial<TypeParameter T>: { [P in keyof T]?: T[P] }
Make all properties in T optional
Type parameters
TobjectRequiredWas this section helpful?
Partial<TypeParameter T>: { [P in keyof T]?: T[P] }
Make all properties in T optional
TobjectRequired