change: remove queryObj from newsletter
This commit is contained in:
parent
f850fc2526
commit
a827185bf1
2 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
import { QueryStoreViewModel } from "../../configuration/queryStore.models";
|
||||
|
||||
export interface NewsletterViewModel {
|
||||
id: number;
|
||||
title: string;
|
||||
|
@ -9,5 +7,4 @@ export interface NewsletterViewModel {
|
|||
newsletterSignatur: string;
|
||||
isSent: boolean;
|
||||
recipientsByQueryId?: string;
|
||||
recipientsByQuery?: QueryStoreViewModel;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue