export interface ColliEvent { id: number; sendungId?: number; zeitpunkt: string; zeitpunkt_rutsche?: string; barcode: string; scantyp: string; statustypId?: number; statustyp?: string; statusgrundtypId?: number; statusgrundtyp?: string; raumBarcode?: string; bezugBarcode?: string; storno: number; gewicht?: string; gewichtreferenz?: string; taragewicht?: string; laenge?: string; breite?: string; hoehe?: string; volumen?: string; volumenreferenz?: string; geraettyp?: string; geraetenummer?: string; bearbeiter?: string; sollRutsche?: number; istRutsche?: number; depotnr?: number; tournr?: string; stopp?: string; colli?: number; paletten?: number; }