Files
NSG_PORTAL_V2/definitions/dashboard/dashboard-scope.ts
T
2024-06-28 15:39:26 +07:00

7 lines
162 B
TypeScript

export const dashboardSopes = [
{ title: "Global", value: 1 },
{ title: "Site", value: 2 },
{ title: "Group", value: 3 },
{ title: "User", value: 4 },
];