Skip to Content
SdkReactInternalVariableschatStorageMigrations

chatStorageMigrations

const chatStorageMigrations: Readonly<{ maxVersion: number; minVersion: number; sortedMigrations: Readonly<{ steps: MigrationStep[]; toVersion: number; }>[]; validated: true; }>

Defined in: src/lib/db/chat/schema.ts:46 

Last updated on