UNPKG

@dugongjs/nestjs

Version:

5 lines (4 loc) 285 B
import { AggregateQueryService as AggregateQueryServiceInternal, IDomainEventRepository } from "@dugongjs/core"; export declare class AggregateQueryService extends AggregateQueryServiceInternal { constructor(currentOrigin: string, domainEventRepository: IDomainEventRepository); }