summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/models/crush-step.ts
blob: 3c46a7cd648c46d5ea1c7881f058edb81779a4c1 (plain)
1
2
3
4
5
6
7
export class CrushStep {
  op: string;
  item_name?: string;
  item?: number;
  type?: string;
  num?: number;
}