We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FetchReturn
1 parent 689c023 commit 18c8c50Copy full SHA for 18c8c50
packages/content/types/query-builder.d.ts
@@ -8,7 +8,7 @@ interface QueryBuilderOptions {
8
postprocess?: any[];
9
}
10
11
-interface FetchReturn extends IContentDocumentBase {
+export interface FetchReturn extends IContentDocumentBase {
12
createdAt: string;
13
updatedAt: string;
14
0 commit comments