Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleCreativity committed Dec 14, 2024
1 parent b0bac94 commit 9443f28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/functions/legacy/thumbnails/v1/fetchBadgeIcons.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type BloxFetch from "../../../../main.js";
import type { LegacyFetchOptions } from "../../../../types/internal/LegacyFetchHandler.js";
import { BadgeIconImageFormat, BadgeIconImageSize } from "../../../../types/legacy/ThumbnailEnums.js";
import type { fetchedImage } from "../../../../types/legacy/Thumbnails.js";
import { BadgeIconImageFormat, BadgeIconImageSize } from "../../../../types/legacy/ThumbnailsEnums.js";

export type fetchBadgeIconsResponse = { data: fetchedImage[] };

Expand Down
2 changes: 1 addition & 1 deletion src/functions/legacy/thumbnails/v1/fetchGamepassIcons.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type BloxFetch from "../../../../main.js";
import type { LegacyFetchOptions } from "../../../../types/internal/LegacyFetchHandler.js";
import { GamePassImageFormat, GamePassImageSize } from "../../../../types/legacy/ThumbnailEnums.js";
import type { fetchedImage } from "../../../../types/legacy/Thumbnails.js";
import { GamePassImageFormat, GamePassImageSize } from "../../../../types/legacy/ThumbnailsEnums.js";

export type fetchGamepassIconsResponse = { data: fetchedImage[] };

Expand Down
File renamed without changes.

0 comments on commit 9443f28

Please sign in to comment.