Skip to content

@pinia/root / pinia / _MapActionsObjectReturn

_MapActionsObjectReturn<A, T>

ts
type _MapActionsObjectReturn<A, T>: { [key in keyof T]: A[T[key]] };

For internal use only

Type Parameters

A

T extends Record<string, keyof A>

Released under the MIT License.