@dolittle/sdk.projections
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
7 lines • 348 B
TypeScript
import { KeySelector } from '../KeySelector';
import { KeySelectorBuilder } from './KeySelectorBuilder';
/**
* Represents the signature for a projection's key selector expression.
*/
export declare type KeySelectorBuilderCallback<T = any> = (builder: KeySelectorBuilder<T>) => KeySelector;
//# sourceMappingURL=KeySelectorBuilderCallback.d.ts.map