interface TestSettingsMachineRole {
    isExecution?: boolean;
    name?: string;
}

Properties

Properties

isExecution?: boolean
name?: string