interface SchemaRAID {
    devices: string[];
    level: SchemaRAIDLevel;
    name: string;
}

Properties

Properties

devices: string[]
name: string