defineStores()
Identity function that preserves store schema types for full TypeScript inference. Use it to define your store schemas when initializing the client.Usage
client.stores.<name>.set(), get(), etc.
Pass the result to the CollabKitClient constructor:
codes
Mapping ofResponseCode enum values to their HTTP status codes, descriptions, and messages. Useful for interpreting error responses.