src/app/core/auth/role-form/role-form.model.ts
string
any
export class RoleFormModel { name: string; description: string; scopes_permissions: any; }