UNPKG

@dolittle/sdk.projections

Version:

Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.

14 lines 346 B
/** * Defines the different types a projection state can have. */ export declare enum CurrentStateType { /** * The state was created from the initial state. */ CreatedFromInitialState = 0, /** * The state was created from the persisted state. */ Persisted = 1 } //# sourceMappingURL=CurrentStateType.d.ts.map