Type Alias ReadonlyStore

ReadonlyStore: Pick<Store, "get" | "all" | "query">

Read-only version of the Store interface. Omitting the set method.