change: provide createdAt Date for newsletter
This commit is contained in:
parent
2357497d3a
commit
f6a0a61ed8
2 changed files with 2 additions and 0 deletions
|
@ -7,4 +7,5 @@ export interface NewsletterViewModel {
|
|||
newsletterSignatur: string;
|
||||
isSent: boolean;
|
||||
recipientsByQueryId?: string;
|
||||
createdAt: Date;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue