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:
parent
a55ce2977f
commit
1f93fca1d3
1 changed files with 1 additions and 0 deletions
1
packages/astro/types/content.d.ts
vendored
1
packages/astro/types/content.d.ts
vendored
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue