lilith-platform.live/codebase/@features/admin/shared/src/index.ts

27 lines
577 B
TypeScript
Raw Permalink Normal View History

export type { AdminLoginRequest, AdminLoginResponse, AdminSession } from './types';
export type {
IdentityUpdate,
PhysicalUpdate,
ContactUpdate,
AboutUpdate,
RateSectionCreate,
RateSectionUpdate,
RateEntryCreate,
RateEntryUpdate,
TourStopCreate,
TourStopUpdate,
GalleryItemCreate,
GalleryItemUpdate,
PolicySectionCreate,
PolicySectionUpdate,
PolicyItemCreate,
PolicyItemUpdate,
ActivityMenuCreate,
ActivityMenuUpdate,
DestinationCreate,
DestinationUpdate,
ReorderRequest,
ProtectionStatus,
GalleryItemWithStatus,
} from './types';