Files
NSG_PORTAL_V2/definitions/system-status.ts
T

5 lines
75 B
TypeScript
Raw Normal View History

2024-05-30 18:06:50 +07:00
export const systemStatus = [
{ title: 'Deleted', value: -1 },
];