API Documentation • Docs
API Documentation / pinia / _DeepPartial
Type Alias: _DeepPartial<T>
_DeepPartial<
T
>:{ [K in keyof T]?: _DeepPartial<T[K]> }
Recursive Partial<T>
. Used by ['$patch'].
For internal use only
Type Parameters
• T
API Documentation • Docs
API Documentation / pinia / _DeepPartial
_DeepPartial<
T
>:{ [K in keyof T]?: _DeepPartial<T[K]> }
Recursive Partial<T>
. Used by ['$patch'].
For internal use only
• T