import { IUpdateQueryResult } from './IUpdateQueryResult';
export type IDeleteQueryResult = IUpdateQueryResult;
