@dolittle/sdk.projections
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
20 lines (17 loc) • 1.05 kB
text/typescript
// Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
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';