import { IQuery } from './query.interface'; export interface IQueryBus { execute(query: T): Promise; }