interface InputFileEntry {
    articleName?: string;
    dataSource: AnyDataSource;
    importId?: string;
    multiplicity?: number;
    sheetId?: string;
    sheetMaterialId?: string;
    sheetThickness?: number;
    tubeId?: string;
    tubeMaterialId?: string;
    tubeSpecificationId?: string;
}

Properties

articleName?: string
dataSource: AnyDataSource
importId?: string
multiplicity?: number
sheetId?: string
sheetMaterialId?: string
sheetThickness?: number
tubeId?: string
tubeMaterialId?: string
tubeSpecificationId?: string