UNPKG

@dolittle/sdk.projections

Version:

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

11 lines 371 B
import { DeleteReadModelInstance } from './DeleteReadModelInstance'; /** * Represents possible results of a projection. */ export declare class ProjectionResult { /** * Signals that the read model instance should be deleted from the read model store. */ static readonly delete: DeleteReadModelInstance; } //# sourceMappingURL=ProjectionResult.d.ts.map