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