wow
This commit is contained in:
parent
3c601295b1
commit
0eeb6116fd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ type TweetApiResponse = {
|
||||||
all?: Array<{
|
all?: Array<{
|
||||||
url?: string;
|
url?: string;
|
||||||
thumbnail_url?: string;
|
thumbnail_url?: string;
|
||||||
type?: "photo" | "video" | "gif";
|
type?: "photo" | "video" | "gif" | null | undefined;
|
||||||
}>;
|
}>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue