const closedCaseStatusIds = [1000, 5, 6, 846040013, 846040060, 846040059]; export function isClosedCaseStatus(statusOrStageId) { return closedCaseStatusIds.includes(Number(statusOrStageId)); }