newsletter recipients
This commit is contained in:
parent
ec477b7d72
commit
81b7f533c7
6 changed files with 81 additions and 17 deletions
|
@ -8,8 +8,8 @@ export interface NewsletterViewModel {
|
|||
newsletterText: string;
|
||||
newsletterSignatur: string;
|
||||
isSent: boolean;
|
||||
recipientsByQueryId?: number;
|
||||
recipientsByQuery?: QueryViewModel;
|
||||
recipientsByQueryId?: number | null;
|
||||
recipientsByQuery?: QueryViewModel | null;
|
||||
}
|
||||
|
||||
export interface CreateNewsletterViewModel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue