enhance: use QueryStoreId to fetch query
This commit is contained in:
parent
916e61897a
commit
a20c0d3ed3
3 changed files with 23 additions and 21 deletions
|
@ -1,5 +1,3 @@
|
|||
import type { QueryViewModel } from "../../configuration/query.models";
|
||||
|
||||
export interface NewsletterViewModel {
|
||||
id: number;
|
||||
title: string;
|
||||
|
@ -9,7 +7,6 @@ export interface NewsletterViewModel {
|
|||
newsletterSignatur: string;
|
||||
isSent: boolean;
|
||||
recipientsByQueryId?: string | null;
|
||||
recipientsByQuery?: QueryViewModel | null;
|
||||
}
|
||||
|
||||
export interface CreateNewsletterViewModel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue