export interface RangeDefinition { offset: number; limit: number; } export interface QueryResult { rows: any[]; }