Skip to content

Commit

Permalink
Move to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
igorskyflyer committed Jul 10, 2024
1 parent 7dd8632 commit b5cf4f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dist/interfaces/IAstroMarkdownFile.mts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Author: Igor Dimitrijević (@igorskyflyer)

export interface IAstroMarkdownFile {
[key: string]: any
rawContent: Function
compiledContent: Function
}

0 comments on commit b5cf4f0

Please sign in to comment.