Skip to content

Commit

Permalink
patch: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
LumaKernel committed Feb 4, 2024
1 parent 74e4f18 commit c698eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type TocHeading = {
export type Toc = ReadonlyArray<TocHeading>;
export interface LumaMdxLayoutPropsFile {
data: unknown;
history: unknown[];
history: string[];
messages: unknown[];
path?: string;
value: string;
Expand Down

0 comments on commit c698eea

Please sign in to comment.