summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/osd-feature.interface.ts
blob: 8c9dc452e2360d81aff36b184cc95499dd7dc472 (plain)
1
2
3
4
export interface OsdFeature {
  desc: string;
  key?: string;
}