sms alarming flag

This commit is contained in:
Julian Krauser 2024-11-27 10:07:59 +01:00
parent 1d73a15227
commit 5c68f0c54f
14 changed files with 90 additions and 3 deletions

View file

@ -11,4 +11,5 @@ export interface CommunicationViewModel {
streetNumberAddition: string;
type: CommunicationTypeViewModel;
isNewsletterMain: boolean;
isSMSAlarming: boolean;
}