summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-response.model.ts
blob: 7468e3a2b50d2be71dcd353bfaf5b6c690669892 (plain)
1
2
3
4
5
6
7
import { RbdFormModel } from './rbd-form.model';
import { RbdParentModel } from './rbd-parent.model';

export class RbdFormResponseModel extends RbdFormModel {
  features_name: string[];
  parent: RbdParentModel;
}