UNPKG

@dolittle/sdk.aggregates

Version:

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

8 lines 306 B
import { AggregateRootTypeAliasLike } from './AggregateRootTypeAlias'; /** * Defines the options that can be defined in a {@link aggregateRoot} decorator. */ export declare type AggregateRootTypeOptions = { alias?: AggregateRootTypeAliasLike; }; //# sourceMappingURL=AggregateRootTypeOptions.d.ts.map