Skip to content

Commit

Permalink
fix: TFrontmatter type to unknown (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebootGG authored Feb 13, 2023
1 parent c559bdc commit 772d213
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 @@ -27,7 +27,7 @@ export interface SerializeOptions {
*/
export type MDXRemoteSerializeResult<
TScope = Record<string, unknown>,
TFrontmatter = Record<string, string>
TFrontmatter = Record<string, unknown>
> = {
/**
* The compiledSource, generated from next-mdx-remote/serialize
Expand Down

0 comments on commit 772d213

Please sign in to comment.