If this content did not answer your questions, try searching or contacting our support team for further assistance.
acquia-dam-sdk / Components / Partial
Partial<
T
>:{ [P in keyof T]?: T[P] }
Make all properties in T optional
• T
node_modules/typescript/lib/lib.es5.d.ts:1578