Skip to content

js-bao-wss-client


js-bao-wss-client / StorageConfig

Type Alias: StorageConfig

StorageConfig = { type: "indexeddb"; } | { filePath?: string; type: "better-sqlite3"; } | { type: "memory"; } | { type: "auto"; }

Configuration for storage providers.