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 45811d2 commit 1903f06Copy full SHA for 1903f06
storage.d.ts
@@ -521,7 +521,7 @@ declare class LiveQuery extends EventEmitter {
521
522
declare class FriendShipQuery extends Query {}
523
524
-export class earchQuery extends BaseQuery {
+export class SearchQuery extends BaseQuery {
525
sid(sid: string): this;
526
queryString(q: string): this;
527
highlights(highlights: string[]): this;
0 commit comments