feat: improve tweet embedding using react-tweet

This commit is contained in:
Travis Fischer
2024-11-10 16:07:25 +07:00
parent 172bd84f83
commit e2017fdd3e
7 changed files with 165 additions and 87 deletions

View File

@@ -18,6 +18,10 @@ export interface PageProps {
error?: PageError
}
export interface ExtendedTweetRecordMap extends ExtendedRecordMap {
tweets: Record<string, any>
}
export interface Params extends ParsedUrlQuery {
pageId: string
}