Files
lettersoup-online/002_source/cms/src/constants.ts
2025-04-16 12:22:39 +08:00

7 lines
218 B
TypeScript

const COL_LESSON_TYPES = 'LessonsTypes';
const COL_LESSON_CATEGORIES = 'LessonsCategories';
const NO_VALUE = 'NO_VALUE';
const NO_NUM = -Infinity;
export { COL_LESSON_TYPES, NO_VALUE, NO_NUM, COL_LESSON_CATEGORIES };