Skip to content

@pinia/root / pinia / _MapActionsReturn

_MapActionsReturn<A>

ts
type _MapActionsReturn<A>: { [key in keyof A]: A[key] };

For internal use only

Type Parameters

A

Released under the MIT License.