Skip to content

Commit

Permalink
fix: add missing line breaks in LoaderCollectionOpts type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Jan 8, 2025
1 parent 0826e30 commit 50241c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export type LoaderCollectionOpts = {
*
*/
ghostUrl: string;

/**
* The version of the Ghost Content API to use
*
Expand All @@ -87,6 +88,7 @@ export type LoaderCollectionOpts = {
* @default 'v5.0'
*/
apiVersion?: `v5.${string}`;

/**
* DO NOT USE THIS, THIS IS UNSAFE AND MEANT FOR INTERNAL USE ONLY/TESTING
*
Expand Down

0 comments on commit 50241c7

Please sign in to comment.