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:
@ -137,6 +137,11 @@ export interface Query {
|
||||
selector: any;
|
||||
}
|
||||
|
||||
/**
|
||||
* Base class for query metadata
|
||||
*
|
||||
* @stable
|
||||
*/
|
||||
export abstract class Query {}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user