Refactor types service into modular services and repositories

This commit is contained in:
MatthieuTD
2025-09-25 16:15:37 +02:00
parent 2ce164784f
commit b10a6baf47
21 changed files with 1533 additions and 589 deletions
@@ -0,0 +1,7 @@
export const CUSTOM_FIELD_SELECT = {
id: true,
name: true,
type: true,
required: true,
options: true,
} as const;