@dolittle/sdk.projections
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
10 lines • 575 B
TypeScript
import { EventOccurredKeySelector } from './EventOccurredKeySelector';
import { EventPropertyKeySelector } from './EventPropertyKeySelector';
import { EventSourceIdKeySelector } from './EventSourceIdKeySelector';
import { PartitionIdKeySelector } from './PartitionIdKeySelector';
import { StaticKeySelector } from './StaticKeySelector';
/**
* Represents a key selector.
*/
export declare type KeySelector = EventPropertyKeySelector | EventSourceIdKeySelector | PartitionIdKeySelector | StaticKeySelector | EventOccurredKeySelector;
//# sourceMappingURL=KeySelector.d.ts.map