diff --git a/packages/astro/types/content.d.ts b/packages/astro/types/content.d.ts index 1715a30a42..2bb3786b88 100644 --- a/packages/astro/types/content.d.ts +++ b/packages/astro/types/content.d.ts @@ -98,6 +98,7 @@ declare module 'astro:content' { /** Run `astro sync` to generate high fidelity types */ export type CollectionKey = any; /** Run `astro sync` to generate high fidelity types */ + // biome-ignore lint/correctness/noUnusedVariables: stub generic type to match generated type export type CollectionEntry = any; /** Run `astro sync` to generate high fidelity types */ export type ContentCollectionKey = any;