You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

blog-entry.ts 126B

1234567
  1. export class BlogEntry {
  2. einkaufsort: string;
  3. image: string;
  4. kategorie: string;
  5. menge: string;
  6. kommentar: string;
  7. }