diff options
Diffstat (limited to '.astro/content.d.ts')
| -rw-r--r-- | .astro/content.d.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.astro/content.d.ts b/.astro/content.d.ts index cccfa96..8d2cb8c 100644 --- a/.astro/content.d.ts +++ b/.astro/content.d.ts @@ -172,6 +172,14 @@ declare module 'astro:content' { rendered?: RenderedContent; filePath?: string; }>; +"reading": Record<string, { + id: string; + body?: string; + collection: "reading"; + data: InferEntrySchema<"reading">; + rendered?: RenderedContent; + filePath?: string; +}>; }; |
