Files
MoreStrive 2aa5607c48 init
2024-05-30 18:06:50 +07:00

7 lines
147 B
TypeScript

export const scopeOption = [
{ id: 0, title: "Global" },
{ id: 1, title: "Site" },
{ id: 2, title: "Group" },
{ id: 3, title: "User" },
];