import { IEnumerable } from "../Enumerable/IEnumerable"; export interface IQueryResult { effectedRows?: number; rows?: IEnumerable; }