import { IRequest } from './i-request';
export interface IQuery<TResponse> extends IRequest<TResponse> {
}
