# StoreKind

`type` in `types` · v0.13.0

<https://docs.seedcord.org/packages/types/0.13.0/store-kind>

The backend a store adapter runs on.

## Declaration

```ts
type StoreKind =
    "memory" | "sqlite" | "d1" | "turso" | "durable-object" | "redis";
```
