summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.model.ts
blob: 74a7323bea0abe259e5e0094ed68fdef06f3c02f (plain)
1
2
3
4
5
export class RoleFormModel {
  name: string;
  description: string;
  scopes_permissions: any;
}