@dolittle/sdk.projections
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
16 lines • 937 B
TypeScript
export * as Builders from './Builders/_exports';
export * as Converters from './Converters/_exports';
export { CurrentState } from './CurrentState';
export { CurrentStateType } from './CurrentStateType';
export { FailedToGetProjection } from './FailedToGetProjection';
export { FailedToGetProjectionState } from './FailedToGetProjectionState';
export { IProjectionReadModelTypes } from './IProjectionReadModelTypes';
export { IProjectionStore } from './IProjectionStore';
export { IProjectionOf } from './IProjectionOf';
export { ProjectionReadModelTypes } from './ProjectionReadModelTypes';
export { ProjectionStore } from './ProjectionStore';
export { ProjectionOf } from './ProjectionOf';
export { ReceivedDuplicateProjectionKeys } from './ReceivedDuplicateProjectionKeys';
export { ScopedProjectionId } from './ScopedProjectionId';
export { TypeIsNotAProjection } from './TypeIsNotAProjection';
//# sourceMappingURL=_exports.d.ts.map