@forge/kvs

1.2.7-next.0-experimental-2682d7a1.2.7-next.0-experimental-d997307
out/interfaces/query.d.ts
out/interfaces/query.d.ts
+2−1
Index: package/out/interfaces/query.d.ts
===================================================================
--- package/out/interfaces/query.d.ts
+++ package/out/interfaces/query.d.ts
@@ -1,5 +1,5 @@
-import { BeginsWithClause, ListResult, Result } from './types';
+import { BeginsWithClause, ListResult, MetadataField, Result } from './types';
 export declare type WhereClause = BeginsWithClause;
 export interface QueryBuilder {
     where(property: 'key', condition: WhereClause): QueryBuilder;
     cursor(cursor: string): QueryBuilder;
@@ -12,6 +12,7 @@
         property: 'key';
     } & WhereClause>;
     cursor?: string;
     limit?: number;
+    metadataFields?: MetadataField[];
 }
 //# sourceMappingURL=query.d.ts.map
\ No newline at end of file