folder structure
This commit is contained in:
parent
dfb5547bd2
commit
da0408cc4d
203 changed files with 354 additions and 354 deletions
|
@ -1,4 +1,4 @@
|
|||
import type { CalendarTypeViewModel } from "./calendarType.models";
|
||||
import type { CalendarTypeViewModel } from "../settings/calendarType.models";
|
||||
|
||||
export interface CalendarViewModel {
|
||||
id: string;
|
|
@ -1,4 +1,4 @@
|
|||
import type { CommunicationTypeViewModel } from "./communicationType.models";
|
||||
import type { CommunicationTypeViewModel } from "../../settings/communicationType.models";
|
||||
|
||||
export interface CommunicationViewModel {
|
||||
id: number;
|
|
@ -1,4 +1,4 @@
|
|||
import type { QueryViewModel } from "./query.models";
|
||||
import type { QueryViewModel } from "../../settings/query.models";
|
||||
|
||||
export interface NewsletterViewModel {
|
||||
id: number;
|
|
@ -1,4 +1,4 @@
|
|||
import type { CalendarViewModel } from "./calendar.models";
|
||||
import type { CalendarViewModel } from "../calendar.models";
|
||||
|
||||
export interface NewsletterDatesViewModel {
|
||||
newsletterId: number;
|
|
@ -1,4 +1,4 @@
|
|||
import type { MemberViewModel } from "./member.models";
|
||||
import type { MemberViewModel } from "../member/member.models";
|
||||
|
||||
export interface NewsletterRecipientsViewModel {
|
||||
newsletterId: number;
|
|
@ -1,4 +1,4 @@
|
|||
import type { MemberViewModel } from "./member.models";
|
||||
import type { MemberViewModel } from "../member/member.models";
|
||||
|
||||
export interface ProtocolPresenceViewModel {
|
||||
memberId: number;
|
Loading…
Add table
Add a link
Reference in a new issue