We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c894c53 commit 43123e0Copy full SHA for 43123e0
storage.d.ts
@@ -484,6 +484,8 @@ declare class BaseQuery<T extends Queriable> extends BaseObject {
484
addDescending(key: string[]): this;
485
ascending(key: string): this;
486
ascending(key: string[]): this;
487
+ descending(key: string): this;
488
+ descending(key: string[]): this;
489
include(...keys: string[]): this;
490
include(keys: string[]): this;
491
select(...keys: string[]): this;
0 commit comments