Enterprise-CMCS/macpro-mako

View on GitHub
react-app/src/utils/labels.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const LABELS = {
  New: "Initial",
  Amend: "Amendment",
  Renew: "Renewal",
} as const;