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 annoying type errors like recursive types and not being able to assign an interface to it due to its index signature.