/** * Example Domain Exports * * Types and schemas should be imported from @plyaz/types/examples */ export { BackendExampleDomainService, getBackendExampleDomainService, resetExampleDomainService, type ExampleEventType, } from './BackendExampleDomainService'; export { FrontendExampleDomainService, type ExampleFrontendStoreSlice, type ExampleFrontendStoreData, type ExampleFrontendServiceConfig, type ExampleFrontendEventType, } from './FrontendExampleDomainService'; export { ExampleMapper } from './mappers/ExampleMapper'; export { ExampleValidator } from './validators/ExampleValidator'; //# sourceMappingURL=index.d.ts.map