export interface FireSQLOptions { includeId?: boolean | string; } export interface QueryOptions extends FireSQLOptions { }