project-nomad/admin/constants/kv_store.ts
2026-03-10 22:35:43 +00:00

3 lines
215 B
TypeScript

import { KVStoreKey } from "../types/kv_store.js";
export const SETTINGS_KEYS: KVStoreKey[] = ['chat.suggestionsEnabled', 'chat.lastModel', 'ui.hasVisitedEasySetup', 'system.earlyAccess', 'ai.assistantCustomName'];