0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

Fix biome lint warning (#12187)

This commit is contained in:
Bjorn Lu 2024-10-11 14:48:11 +08:00 committed by GitHub
parent a55ce2977f
commit 1f93fca1d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,6 +98,7 @@ declare module 'astro:content' {
/** Run `astro sync` to generate high fidelity types */ /** Run `astro sync` to generate high fidelity types */
export type CollectionKey = any; export type CollectionKey = any;
/** Run `astro sync` to generate high fidelity types */ /** Run `astro sync` to generate high fidelity types */
// biome-ignore lint/correctness/noUnusedVariables: stub generic type to match generated type
export type CollectionEntry<C> = any; export type CollectionEntry<C> = any;
/** Run `astro sync` to generate high fidelity types */ /** Run `astro sync` to generate high fidelity types */
export type ContentCollectionKey = any; export type ContentCollectionKey = any;