chore: update typings

Note that the typings don’t reflect the shape of the metadata
due to a bug in the public-api-guard
This commit is contained in:
Tobias Bosch
2016-09-12 19:34:14 -07:00
committed by Igor Minar
parent 63e15ffaec
commit cc2873a94d
3 changed files with 60 additions and 382 deletions

View File

@ -137,6 +137,11 @@ export interface Query {
selector: any;
}
/**
* Base class for query metadata
*
* @stable
*/
export abstract class Query {}
/**