Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored and astrobot-houston committed Jan 18, 2023
1 parent 05caf44 commit e64351e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,10 @@ export interface MarkdownInstance<T extends Record<string, any>> {

type MD = MarkdownInstance<Record<string, any>>;

export type MDXInstance<T extends Record<string, any>> = Omit<MarkdownInstance<T>, 'rawContent' | 'compiledContent'>;
export type MDXInstance<T extends Record<string, any>> = Omit<
MarkdownInstance<T>,
'rawContent' | 'compiledContent'
>;

export interface MarkdownLayoutProps<T extends Record<string, any>> {
frontmatter: {
Expand Down

0 comments on commit e64351e

Please sign in to comment.