folder structure

This commit is contained in:
Julian Krauser 2025-01-02 18:28:13 +01:00
parent dfb5547bd2
commit da0408cc4d
203 changed files with 354 additions and 354 deletions

View file

@ -1,4 +1,4 @@
import type { CalendarTypeViewModel } from "./calendarType.models";
import type { CalendarTypeViewModel } from "../settings/calendarType.models";
export interface CalendarViewModel {
id: string;

View file

@ -1,4 +1,4 @@
import type { CommunicationTypeViewModel } from "./communicationType.models";
import type { CommunicationTypeViewModel } from "../../settings/communicationType.models";
export interface CommunicationViewModel {
id: number;

View file

@ -1,4 +1,4 @@
import type { QueryViewModel } from "./query.models";
import type { QueryViewModel } from "../../settings/query.models";
export interface NewsletterViewModel {
id: number;

View file

@ -1,4 +1,4 @@
import type { CalendarViewModel } from "./calendar.models";
import type { CalendarViewModel } from "../calendar.models";
export interface NewsletterDatesViewModel {
newsletterId: number;

View file

@ -1,4 +1,4 @@
import type { MemberViewModel } from "./member.models";
import type { MemberViewModel } from "../member/member.models";
export interface NewsletterRecipientsViewModel {
newsletterId: number;

View file

@ -1,4 +1,4 @@
import type { MemberViewModel } from "./member.models";
import type { MemberViewModel } from "../member/member.models";
export interface ProtocolPresenceViewModel {
memberId: number;