@qonto/embed-sdk / <internal> / Partial

Type Alias: Partial<T>

Partial<T> = { [P in keyof T]?: T[P] }
Make all properties in T optional

Type Parameters

T

T