Files
2025-04-17 07:51:08 +08:00

22 lines
479 B
Markdown

# LessonCategories / LessonCategory
Hi, using information from
- @schema.dbml for schemas, fields and table names,
- @listHelloworld.ts for skeleton for ts script
- @listVocabularies.ts for reference
extend @listHelloworld.ts to cover `LessonCategories`,
draft ts code template to include
- `CRUD`
- `getFulllistLessonCategories,`
- `getListByFilterLessonCategories,`
- `getFirstListItemLessonCategories,`
- `getOneLessonCategory,`
- `getListLessonCategoryById`
thanks
---