chore: clean up parsedcontent types
This commit is contained in:
2
shared/types.d.ts
vendored
2
shared/types.d.ts
vendored
@@ -24,3 +24,5 @@ interface StoryParsedContent extends ParsedContent {
|
||||
readingTime: ReadingTime;
|
||||
nopreview?: boolean;
|
||||
}
|
||||
|
||||
type AnyParsedContent = BlogParsedContent | StoryParsedContent;
|
||||
|
Reference in New Issue
Block a user