Skip to content

Commit

Permalink
Donnerstag 13:10
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hornburger committed Aug 29, 2024
1 parent 0e41a8b commit ce130bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/datenstrukturen/appeinstellungenstruktur_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ interface IAppeinstellungenstruktur {
Abteilungliste: IAbteilungstruktur[];
Gewerkeliste: IGewerkstruktur[];
Startpage: string;
NoExternalEmail: boolean;
__v?: any;
}

Expand All @@ -19,6 +20,7 @@ const Appeinstellungenshema = new mongoose.Schema({
Abteilungliste: [Abteilungshema],
Gewerkeliste: [Gewerkshema],
Startpage: {type: String, required: false},
NoExternalEmail: {type: Boolean, required: false},

});

Expand Down

0 comments on commit ce130bc

Please sign in to comment.