Skip to content

API DocumentationDocs


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

Released under the MIT License.