interface RaidController {
    model: string;
    raidLevel: string[];
}

Properties

Properties

model: string
raidLevel: string[]