From af8f2950d139d0e3be4287b65ad8a6cab76fdff2 Mon Sep 17 00:00:00 2001 From: charlesLoder Date: Wed, 11 Sep 2024 15:09:33 +0000 Subject: [PATCH] Automated docs change --- .astro/types.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 288b396..ec87b3a 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -187,6 +187,13 @@ declare module 'astro:content' { collection: "docs"; data: InferEntrySchema<"docs"> } & { render(): Render[".md"] }; +"api/interfaces/KetivQere.md": { + id: "api/interfaces/KetivQere.md"; + slug: "api/interfaces/ketivqere"; + body: string; + collection: "docs"; + data: InferEntrySchema<"docs"> +} & { render(): Render[".md"] }; "api/interfaces/SylOpts.md": { id: "api/interfaces/SylOpts.md"; slug: "api/interfaces/sylopts";