Skip to content

API Documentation / @pinia/colada / EntryKey

Type Alias: EntryKey

ts
type EntryKey = Readonly<(EntryNodeKey | _ObjectFlat)[]>;

Key used to identify a query or a mutation. Always an array.

Released under the MIT License.