This commit is contained in:
2024-11-27 11:40:43 +01:00
parent 53e7db435c
commit 95fe01ad86
51 changed files with 4175 additions and 456 deletions

View File

@@ -0,0 +1,13 @@
export interface AvisoDto {
avisoID: number;
status: number;
lkW_Nr: string;
ankunft: string | null;
dauer: string;
letzterMitarbeiter: string;
weiterleitungTextTV: string;
imEx: string;
zollDigitalEingereicht: boolean;
buero: string;
avisoTVHinweis: string;
}