Skip to content

Commit

Permalink
SDKs: export GetContentOptions (#3580)
Browse files Browse the repository at this point in the history
## Description

- Closes #3579
  • Loading branch information
samijaber committed Sep 26, 2024
1 parent f6a5bc4 commit 50778a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/soft-forks-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@builder.io/sdk-angular": patch
"@builder.io/sdk-react-nextjs": patch
"@builder.io/sdk-qwik": patch
"@builder.io/sdk-react": patch
"@builder.io/sdk-react-native": patch
"@builder.io/sdk-solid": patch
"@builder.io/sdk-svelte": patch
"@builder.io/sdk-vue": patch
---

types: export GetContentOptions
1 change: 1 addition & 0 deletions packages/sdks/src/server-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ export {
fetchEntries,
fetchOneEntry,
} from './functions/get-content/index.js';
export type { GetContentOptions } from './functions/get-content/types.js';

0 comments on commit 50778a4

Please sign in to comment.