From 50241c7d9fea0a58b2fc9c86b9e6b7c91df5247f Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Wed, 8 Jan 2025 03:06:12 -0800 Subject: [PATCH] fix: add missing line breaks in LoaderCollectionOpts type definition --- package/src/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/src/types.ts b/package/src/types.ts index 00c679f..d09419e 100644 --- a/package/src/types.ts +++ b/package/src/types.ts @@ -78,6 +78,7 @@ export type LoaderCollectionOpts = { * */ ghostUrl: string; + /** * The version of the Ghost Content API to use * @@ -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 *