@pinia/root / pinia / _MapWritableStateObjectReturn
_MapWritableStateObjectReturn<S, G, KeyMapper>
ts
type _MapWritableStateObjectReturn<S, G, KeyMapper>: { [key in keyof KeyMapper]: Object };
For internal use only
Type Parameters
• S extends StateTree
• G
• KeyMapper extends Record
<string
, _MapWritableStateKeys
<S
, G
>>