This commit is contained in:
암냥 2026-04-23 19:12:49 +09:00
commit 0eeb6116fd
No known key found for this signature in database

View file

@ -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;
}>; }>;
}; };
}; };