folder structure
This commit is contained in:
parent
5d3f8ea46a
commit
84e2ec72ac
242 changed files with 635 additions and 635 deletions
|
@ -1,4 +1,4 @@
|
|||
import { CalendarTypeViewModel } from "./calendarType.models";
|
||||
import { CalendarTypeViewModel } from "../settings/calendarType.models";
|
||||
|
||||
export interface CalendarViewModel {
|
||||
id: string;
|
|
@ -1,4 +1,4 @@
|
|||
import { CommunicationTypeViewModel } from "./communicationType.models";
|
||||
import { CommunicationTypeViewModel } from "../../settings/communicationType.models";
|
||||
|
||||
export interface CommunicationViewModel {
|
||||
id: number;
|
|
@ -1,4 +1,4 @@
|
|||
import { Salutation } from "../../enums/salutation";
|
||||
import { Salutation } from "../../../../enums/salutation";
|
||||
import { CommunicationViewModel } from "./communication.models";
|
||||
import { MembershipViewModel } from "./membership.models";
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import { QueryStoreViewModel } from "./queryStore.models";
|
||||
import { QueryStoreViewModel } from "../../settings/queryStore.models";
|
||||
|
||||
export interface NewsletterViewModel {
|
||||
id: number;
|
|
@ -1,4 +1,4 @@
|
|||
import { CalendarViewModel } from "./calendar.models";
|
||||
import { CalendarViewModel } from "../calendar.models";
|
||||
|
||||
export interface NewsletterDatesViewModel {
|
||||
newsletterId: number;
|
|
@ -1,4 +1,4 @@
|
|||
import { MemberViewModel } from "./member.models";
|
||||
import { MemberViewModel } from "../member/member.models";
|
||||
|
||||
export interface NewsletterRecipientsViewModel {
|
||||
newsletterId: number;
|
|
@ -1,4 +1,4 @@
|
|||
import { MemberViewModel } from "./member.models";
|
||||
import { MemberViewModel } from "../member/member.models";
|
||||
|
||||
export interface ProtocolPresenceViewModel {
|
||||
memberId: number;
|
|
@ -1,4 +1,4 @@
|
|||
import { CommunicationFieldType } from "../../type/fieldTypes";
|
||||
import { CommunicationFieldType } from "../../../type/fieldTypes";
|
||||
|
||||
export interface CommunicationTypeViewModel {
|
||||
id: number;
|
|
@ -1,4 +1,4 @@
|
|||
import { NewsletterConfigType } from "../../enums/newsletterConfigType";
|
||||
import { NewsletterConfigType } from "../../../enums/newsletterConfigType";
|
||||
import { CommunicationTypeViewModel } from "./communicationType.models";
|
||||
|
||||
export interface NewsletterConfigViewModel {
|
|
@ -1,4 +1,4 @@
|
|||
import { DynamicQueryStructure } from "../../type/dynamicQueries";
|
||||
import { DynamicQueryStructure } from "../../../type/dynamicQueries";
|
||||
|
||||
export interface QueryStoreViewModel {
|
||||
id: number;
|
|
@ -1,4 +1,4 @@
|
|||
import { PermissionModule } from "../../type/permissionTypes";
|
||||
import { PermissionModule } from "../../../type/permissionTypes";
|
||||
|
||||
export interface TemplateUsageViewModel {
|
||||
scope: `${PermissionModule}`|`${PermissionModule}.${string}`;
|
|
@ -1,4 +1,4 @@
|
|||
import { PermissionObject } from "../../type/permissionTypes";
|
||||
import { PermissionObject } from "../../../type/permissionTypes";
|
||||
|
||||
export interface RoleViewModel {
|
||||
id: number;
|
|
@ -1,4 +1,4 @@
|
|||
import { PermissionObject } from "../../type/permissionTypes";
|
||||
import { PermissionObject } from "../../../type/permissionTypes";
|
||||
import { RoleViewModel } from "./role.models";
|
||||
|
||||
export interface UserViewModel {
|
Loading…
Add table
Add a link
Reference in a new issue