We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5b3e1f + edab44e commit 6ec9e72Copy full SHA for 6ec9e72
response.ts
@@ -301,7 +301,7 @@ export interface ImportedData<hasMetadata extends true | false = false> {
301
/** the response type of /api/embed-text/twitter */
302
export interface TweetInfo {
303
/** Tweet本文 */
304
- description: string;
+ description?: string;
305
306
/** Tweet投稿者の表示名 */
307
screenName: string;
0 commit comments