summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-user-capability.ts
blob: ee10088c08281fbda9a422f80905cece224b6cfa (plain)
1
2
3
4
export class RgwUserCapability {
  type: string;
  perm: string;
}