From 639c2eaceee26a7c37ec1920972a60d6128bce6e Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 2 Sep 2024 21:55:57 +0200 Subject: [PATCH] fix(core): type check of markdown and mdx package --- packages/core/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/config.ts b/packages/core/src/config.ts index d6eca75d..a893988d 100644 --- a/packages/core/src/config.ts +++ b/packages/core/src/config.ts @@ -46,7 +46,7 @@ export type Schema< _meta: Meta; }; -export type Context = { +export type Context = { documents( collection: TCollection ): Array>;