export interface IBaseQuery { skip(skip: string | number): this; top(top: string | number): this; toString(): string; }