project-nomad/admin/constants/kv_store.ts

3 lines
123 B
TypeScript

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