Skip to content

Commit 43123e0

Browse files
weakishleeyeh
authored andcommitted
fix(ts): add descending in BaseQuery
related ticket: 36287
1 parent c894c53 commit 43123e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,8 @@ declare class BaseQuery<T extends Queriable> extends BaseObject {
484484
addDescending(key: string[]): this;
485485
ascending(key: string): this;
486486
ascending(key: string[]): this;
487+
descending(key: string): this;
488+
descending(key: string[]): this;
487489
include(...keys: string[]): this;
488490
include(keys: string[]): this;
489491
select(...keys: string[]): this;

0 commit comments

Comments
 (0)