diff --git a/response.ts b/response.ts index 04041d8..8e42dbd 100644 --- a/response.ts +++ b/response.ts @@ -301,7 +301,7 @@ export interface ImportedData { /** the response type of /api/embed-text/twitter */ export interface TweetInfo { /** Tweet本文 */ - description: string; + description?: string; /** Tweet投稿者の表示名 */ screenName: string;