diff --git a/packages/starlight-ghostcms/astro.d.ts b/packages/starlight-ghostcms/astro.d.ts deleted file mode 100644 index 71e1f916..00000000 --- a/packages/starlight-ghostcms/astro.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -declare module 'astro:content' { - export interface AstroCollectionEntry { - body: string - collection: string - data: TData - id: string - render: () => Promise<{ - Content: import('astro').MarkdownInstance['Content'] - }> - slug: string - } - - export function getCollection( - collection: string, - filter?: (entry: AstroCollectionEntry) => boolean, - ): Promise[]> - } \ No newline at end of file