Skip to content

Commit

Permalink
fix TS types
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Sep 16, 2020
1 parent d2e0e09 commit bc0a7cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare module '@theme/MDXPage' {
readonly frontMatter: {
readonly title: string;
readonly description: string;
readonly wrapperClassName: string;
readonly wrapperClassName?: string;
};
readonly metadata: {readonly permalink: string};
readonly rightToc: readonly MarkdownRightTableOfContents[];
Expand Down

0 comments on commit bc0a7cd

Please sign in to comment.