From c698eeabac6f577b0aabfbb857ff842850af0f94 Mon Sep 17 00:00:00 2001 From: Luma Date: Sun, 4 Feb 2024 18:05:49 +0900 Subject: [PATCH] patch: update types --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 8fb3c6e..3f52f64 100644 --- a/src/types.ts +++ b/src/types.ts @@ -12,7 +12,7 @@ export type TocHeading = { export type Toc = ReadonlyArray; export interface LumaMdxLayoutPropsFile { data: unknown; - history: unknown[]; + history: string[]; messages: unknown[]; path?: string; value: string;