UNPKG

@foblex/ng-mediator

Version:

A mediator library for Angular facilitating a clean architecture with a better command-query separation.

4 lines (3 loc) 107 B
import { IRequest } from './i-request'; export interface IQuery<TResponse> extends IRequest<TResponse> { }