API Documentation • Docs
API Documentation / pinia / PiniaCustomProperties
Interface: PiniaCustomProperties<Id, S, G, A>
Interface to be extended by the user when they add properties through plugins.
Type Parameters
• Id extends string
= string
• S extends StateTree
= StateTree
• G = _GettersTree
<S
>
• A = _ActionsTree