project-nomad/admin/constants/kv_store.ts
2026-03-03 20:51:38 -08:00

3 lines
171 B
TypeScript

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