Skip to content

Commit

Permalink
Merge pull request #47 from takker99/main
Browse files Browse the repository at this point in the history
fix(twitter): `description` may be optional
  • Loading branch information
takker99 authored Apr 13, 2024
2 parents d5b3e1f + edab44e commit 6ec9e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export interface ImportedData<hasMetadata extends true | false = false> {
/** the response type of /api/embed-text/twitter */
export interface TweetInfo {
/** Tweet本文 */
description: string;
description?: string;

/** Tweet投稿者の表示名 */
screenName: string;
Expand Down

0 comments on commit 6ec9e72

Please sign in to comment.