73 lines
6.2 KiB
TypeScript
73 lines
6.2 KiB
TypeScript
export { Address as AddressNotary } from "./Interfaces/Notary/Address";
|
|
export { Contact as ContactNotary } from "./Interfaces/Notary/Contact";
|
|
export { Customer as CustomerNotary } from "./Interfaces/Notary/Customer";
|
|
export { Deed as DeedNotary } from "./Interfaces/Notary/Deed";
|
|
export { DeedHasDocumentType as DeedHasDocumentTypeNotary } from "./Interfaces/Notary/DeedHasDocumentType";
|
|
export { DeedType as DeedTypeNotary } from "./Interfaces/Notary/DeedType";
|
|
export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeNotary } from "./Interfaces/Notary/DeedTypeHasDocumentType";
|
|
export { Document as DocumentNotary } from "./Interfaces/Notary/Document";
|
|
export { DocumentHistory as DocumentHistoryNotary } from "./Interfaces/Notary/DocumentHistory";
|
|
export { DocumentType as DocumentTypeNotary } from "./Interfaces/Notary/DocumentType";
|
|
export { File as FileNotary } from "./Interfaces/Notary/File";
|
|
export { Notification as NotificationNotary } from "./Interfaces/Notary/Notification";
|
|
export { Office as OfficeNotary } from "./Interfaces/Notary/Office";
|
|
export { OfficeFolder as OfficeFolderNotary } from "./Interfaces/Notary/OfficeFolder";
|
|
export { OfficeFolderHasCustomer as OfficeFolderHasCustomerNotary } from "./Interfaces/Notary/OfficeFolderHasCustomer";
|
|
export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderNotary } from "./Interfaces/Notary/OfficeFolderHasStakeholder";
|
|
export { User as UserNotary } from "./Interfaces/Notary/User";
|
|
export { UserHasNotification as UserHasNotificationNotary } from "./Interfaces/Notary/UserHasNotification";
|
|
export { Address as AddressAdmin } from "./Interfaces/Admin/Address";
|
|
export { Contact as ContactAdmin } from "./Interfaces/Admin/Contact";
|
|
export { Customer as CustomerAdmin } from "./Interfaces/Admin/Customer";
|
|
export { Deed as DeedAdmin } from "./Interfaces/Admin/Deed";
|
|
export { DeedHasDocumentType as DeedHasDocumentTypeAdmin } from "./Interfaces/Admin/DeedHasDocumentType";
|
|
export { DeedType as DeedTypeAdmin } from "./Interfaces/Admin/DeedType";
|
|
export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeAdmin } from "./Interfaces/Admin/DeedTypeHasDocumentType";
|
|
export { Document as DocumentAdmin } from "./Interfaces/Admin/Document";
|
|
export { DocumentHistory as DocumentHistoryAdmin } from "./Interfaces/Admin/DocumentHistory";
|
|
export { DocumentType as DocumentTypeAdmin } from "./Interfaces/Admin/DocumentType";
|
|
export { File as FileAdmin } from "./Interfaces/Admin/File";
|
|
export { Notification as NotificationAdmin } from "./Interfaces/Admin/Notification";
|
|
export { Office as OfficeAdmin } from "./Interfaces/Admin/Office";
|
|
export { OfficeFolder as OfficeFolderAdmin } from "./Interfaces/Admin/OfficeFolder";
|
|
export { OfficeFolderHasCustomer as OfficeFolderHasCustomerAdmin } from "./Interfaces/Admin/OfficeFolderHasCustomer";
|
|
export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderAdmin } from "./Interfaces/Admin/OfficeFolderHasStakeholder";
|
|
export { User as UserAdmin } from "./Interfaces/Admin/User";
|
|
export { UserHasNotification as UserHasNotificationAdmin } from "./Interfaces/Admin/UserHasNotification";
|
|
export { Address as AddressClient } from "./Interfaces/Client/Address";
|
|
export { Contact as ContactClient } from "./Interfaces/Client/Contact";
|
|
export { Customer as ClientClient } from "./Interfaces/Client/Customer";
|
|
export { Deed as DeedClient } from "./Interfaces/Client/Deed";
|
|
export { DeedHasDocumentType as DeedHasDocumentTypeClient } from "./Interfaces/Client/DeedHasDocumentType";
|
|
export { DeedType as DeedTypeClient } from "./Interfaces/Client/DeedType";
|
|
export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeClient } from "./Interfaces/Client/DeedTypeHasDocumentType";
|
|
export { Document as DocumentClient } from "./Interfaces/Client/Document";
|
|
export { DocumentHistory as DocumentHistoryClient } from "./Interfaces/Client/DocumentHistory";
|
|
export { DocumentType as DocumentTypeClient } from "./Interfaces/Client/DocumentType";
|
|
export { File as FileClient } from "./Interfaces/Client/File";
|
|
export { Notification as NotificationClient } from "./Interfaces/Client/Notification";
|
|
export { Office as OfficeClient } from "./Interfaces/Client/Office";
|
|
export { OfficeFolder as OfficeFolderClient } from "./Interfaces/Client/OfficeFolder";
|
|
export { OfficeFolderHasCustomer as OfficeFolderHasClientClient } from "./Interfaces/Client/OfficeFolderHasCustomer";
|
|
export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderClient } from "./Interfaces/Client/OfficeFolderHasStakeholder";
|
|
export { User as UserClient } from "./Interfaces/Client/User";
|
|
export { UserHasNotification as UserHasNotificationClient } from "./Interfaces/Client/UserHasNotification";
|
|
export { Address as AddressSuperAdmin } from "./Interfaces/SuperAdmin/Address";
|
|
export { Contact as ContactSuperAdmin } from "./Interfaces/SuperAdmin/Contact";
|
|
export { Customer as SuperAdminSuperAdmin } from "./Interfaces/SuperAdmin/Customer";
|
|
export { Deed as DeedSuperAdmin } from "./Interfaces/SuperAdmin/Deed";
|
|
export { DeedHasDocumentType as DeedHasDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/DeedHasDocumentType";
|
|
export { DeedType as DeedTypeSuperAdmin } from "./Interfaces/SuperAdmin/DeedType";
|
|
export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/DeedTypeHasDocumentType";
|
|
export { Document as DocumentSuperAdmin } from "./Interfaces/SuperAdmin/Document";
|
|
export { DocumentHistory as DocumentHistorySuperAdmin } from "./Interfaces/SuperAdmin/DocumentHistory";
|
|
export { DocumentType as DocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/DocumentType";
|
|
export { File as FileSuperAdmin } from "./Interfaces/SuperAdmin/File";
|
|
export { Notification as NotificationSuperAdmin } from "./Interfaces/SuperAdmin/Notification";
|
|
export { Office as OfficeSuperAdmin } from "./Interfaces/SuperAdmin/Office";
|
|
export { OfficeFolder as OfficeFolderSuperAdmin } from "./Interfaces/SuperAdmin/OfficeFolder";
|
|
export { OfficeFolderHasCustomer as OfficeFolderHasSuperAdminSuperAdmin } from "./Interfaces/SuperAdmin/OfficeFolderHasCustomer";
|
|
export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderSuperAdmin } from "./Interfaces/SuperAdmin/OfficeFolderHasStakeholder";
|
|
export { User as UserSuperAdmin } from "./Interfaces/SuperAdmin/User";
|
|
export { UserHasNotification as UserHasNotificationSuperAdmin } from "./Interfaces/SuperAdmin/UserHasNotification";
|