diff --git a/src/types/homepage.ts b/src/types/homepage.ts index ac3df42318..d54decb09a 100644 --- a/src/types/homepage.ts +++ b/src/types/homepage.ts @@ -156,16 +156,6 @@ export interface EditorTextcardSection extends EditorTextcardCardsSection { description: string } -export interface EditorTextcardCardsSection { - cards: [] -} - -export interface EditorTextcardSection extends EditorTextcardCardsSection { - title: string - subtitle: string - description: string -} - export type TextcardFrontmatterSection = { textcards: EditorTextcardSection }