fix types
This commit is contained in:
parent
0c1ceb63f1
commit
54939fca90
|
@ -2880,5 +2880,5 @@ export type MarkdownPageTemplateQueryVariables = Exact<{
|
|||
|
||||
export type MarkdownPageTemplateQuery = { markdownRemark?: Maybe<(
|
||||
Pick<MarkdownRemark, 'html'>
|
||||
& { frontmatter?: Maybe<Pick<MarkdownRemarkFrontmatter, 'slug' | 'date' | 'title'>> }
|
||||
& { frontmatter?: Maybe<Pick<MarkdownRemarkFrontmatter, 'slug' | 'date' | 'title' | 'description'>> }
|
||||
)> };
|
||||
|
|
Loading…
Reference in New Issue