Files
NSG_PORTAL_V2/definitions/priority-options.ts
T
MoreStrive 2aa5607c48 init
2024-05-30 18:06:50 +07:00

7 lines
172 B
TypeScript

export const priorityOptions = [
{ title: 'Top', value: 0 },
{ title: 'High', value: 1 },
{ title: 'Medium', value: 2 },
{ title: 'Low', value: 3 },
];