@pinia/root / pinia / _MapActionsReturn
_MapActionsReturn<A>
ts
type _MapActionsReturn<A>: { [key in keyof A]: A[key] };
For internal use only
Type Parameters
• A
@pinia/root / pinia / _MapActionsReturn
type _MapActionsReturn<A>: { [key in keyof A]: A[key] };
For internal use only
• A