@dolittle/sdk.aggregates
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
9 lines • 397 B
TypeScript
import { Artifacts } from '@dolittle/sdk.artifacts';
import { AggregateRootId } from '@dolittle/sdk.events';
import { AggregateRootType } from './AggregateRootType';
/**
* Defines the system for working with {@link AggregateRootType}.
*/
export declare abstract class IAggregateRootTypes extends Artifacts<AggregateRootType, AggregateRootId> {
}
//# sourceMappingURL=IAggregateRootTypes.d.ts.map