Files

7 lines
162 B
TypeScript
Raw Permalink Normal View History

2024-06-28 15:39:26 +07:00
export const dashboardSopes = [
{ title: "Global", value: 1 },
{ title: "Site", value: 2 },
{ title: "Group", value: 3 },
{ title: "User", value: 4 },
];