useBestFriends();

This commit is contained in:
2025-07-24 19:50:54 +03:00
parent 980b27bf84
commit c7d3cd85be
24 changed files with 925 additions and 249 deletions

View File

@@ -14,7 +14,7 @@ export type AssetThumbnail = {
};
export type ThumbnailRequest = {
type: "GameThumbnail" | "AvatarHeadShot";
type: "GameThumbnail" | "AvatarHeadShot" | "Outfit" | `${string}`;
targetId: number;
format: "webp";
size: string;