All files / src/redux/slices/enterprise consts.ts

100% Statements 3/3
100% Branches 0/0
100% Functions 0/0
100% Lines 3/3

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16537x         537x         537x          
export const APPROVAL_TYPE = {
  AUTO: "auto-approval",
  PRE: "pre-approval",
} as const;
 
export const REFACTORED_APPROVAL_TYPE = {
  AUTO: "auto_approval",
  PRE: "pre_approval",
} as const;
 
export const FOUND_IN = {
  AUTO: "auto",
  PRE: "pre",
  ALL: "all",
} as const;