diff --git a/galerie.dto.ts b/galerie.dto.ts new file mode 100644 index 0000000..5d275a4 --- /dev/null +++ b/galerie.dto.ts @@ -0,0 +1,7 @@ + +export class JahrMitBild { + constructor( + public jahr: number, + public bild: string[] + ){} +} \ No newline at end of file