UNPKG

@dugongjs/nestjs

Version:

6 lines (5 loc) 386 B
import { AggregateQueryService as AggregateQueryServiceInternal, IDomainEventRepository } from "@dugongjs/core"; import type { ILoggerFactory } from "../logger/i-logger-factory.js"; export declare class AggregateQueryService extends AggregateQueryServiceInternal { constructor(currentOrigin: string, domainEventRepository: IDomainEventRepository, loggerFactory?: ILoggerFactory); }