interface tBVolume {
    boolMethod: EBVolume;
    inList: string[];
    outName: string;
}

Properties

boolMethod: EBVolume
inList: string[]
outName: string