export const CuttingStatus = { IN_PROGRESS: 'in_progress', COMPLETED: 'completed', VERIFIED: 'verified', REJECTED: 'rejected', } as const;