Skip to content

Commit 18c8c50

Browse files
nozomuikutapi0
authored andcommitted
fix(content): export FetchReturn type (#987)
1 parent 689c023 commit 18c8c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/content/types/query-builder.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface QueryBuilderOptions {
88
postprocess?: any[];
99
}
1010

11-
interface FetchReturn extends IContentDocumentBase {
11+
export interface FetchReturn extends IContentDocumentBase {
1212
createdAt: string;
1313
updatedAt: string;
1414
}

0 commit comments

Comments
 (0)