Skip to content

Commit

Permalink
fix(content): export FetchReturn type (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta authored and pi0 committed Nov 17, 2021
1 parent 689c023 commit 18c8c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/content/types/query-builder.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface QueryBuilderOptions {
postprocess?: any[];
}

interface FetchReturn extends IContentDocumentBase {
export interface FetchReturn extends IContentDocumentBase {
createdAt: string;
updatedAt: string;
}
Expand Down

0 comments on commit 18c8c50

Please sign in to comment.