Skip to content

API Documentation / @pinia/colada / EntryKey

Type Alias: EntryKey

ts
type EntryKey = readonly JSONValue[];

Key used to identify a query or a mutation. Must be a JSON serializable value. Type is unknwon to avoid deep type recursion.

Released under the MIT License.