date editing
This commit is contained in:
parent
be2bd5e6e3
commit
ec477b7d72
9 changed files with 139 additions and 44 deletions
|
@ -2,14 +2,14 @@ import type { CalendarViewModel } from "./calendar.models";
|
|||
|
||||
export interface NewsletterDatesViewModel {
|
||||
newsletterId: number;
|
||||
calendarId: number;
|
||||
calendarId: string;
|
||||
diffTitle: string | null;
|
||||
diffDescription: string | null;
|
||||
calendar: CalendarViewModel;
|
||||
}
|
||||
|
||||
export interface SyncNewsletterDatesViewModel {
|
||||
calendarId: number;
|
||||
calendarId: string;
|
||||
diffTitle?: string;
|
||||
diffDescription?: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue