Skip to content

API DocumentationDocs


API Documentation / pinia / _MapActionsObjectReturn

Type Alias: _MapActionsObjectReturn<A, T>

_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.