Files
NSG_PORTAL_V2/definitions/priority-options.ts
T

7 lines
172 B
TypeScript
Raw Normal View History

2024-05-30 18:06:50 +07:00
export const priorityOptions = [
{ title: 'Top', value: 0 },
{ title: 'High', value: 1 },
{ title: 'Medium', value: 2 },
{ title: 'Low', value: 3 },
];