From 1591b6c2f5dac3d439c2cb257a0287c63900a0d9 Mon Sep 17 00:00:00 2001 From: Harlan Wilton Date: Thu, 2 Jun 2022 15:49:21 +1000 Subject: [PATCH] fix: use correct type for `_type` --- src/runtime/types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/types.d.ts b/src/runtime/types.d.ts index 8defc3370..febb92a9b 100644 --- a/src/runtime/types.d.ts +++ b/src/runtime/types.d.ts @@ -32,7 +32,7 @@ export interface ParsedContentMeta { /** * File type of the content, i.e `markdown` */ - _type?: boolean + _type?: string /** * Path to the file relative to the content directory */