project-nomad/admin/constants/kv_store.ts

3 lines
149 B
TypeScript

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