This repository has been archived on 2026-04-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Inventory_backend/src/common/constants/custom-field.constant.ts
2025-10-28 18:08:08 +01:00

9 lines
144 B
TypeScript

export const CUSTOM_FIELD_SELECT = {
id: true,
name: true,
type: true,
required: true,
options: true,
orderIndex: true,
} as const;