mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-09-17 16:57:25 +00:00
refactor(ImageSize): allow other sizes (#1221)
This commit is contained in:
Generated
+1
-1
@@ -1087,7 +1087,7 @@ Object.freeze(Routes);
|
||||
|
||||
export const StickerPackApplicationId = '710982414301790216';
|
||||
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512;
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512 | (number & {});
|
||||
|
||||
export enum ImageFormat {
|
||||
JPEG = 'jpeg',
|
||||
|
||||
Generated
+1
-1
@@ -1096,7 +1096,7 @@ Object.freeze(Routes);
|
||||
|
||||
export const StickerPackApplicationId = '710982414301790216';
|
||||
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512;
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512 | (number & {});
|
||||
|
||||
export enum ImageFormat {
|
||||
JPEG = 'jpeg',
|
||||
|
||||
+1
-1
@@ -1087,7 +1087,7 @@ Object.freeze(Routes);
|
||||
|
||||
export const StickerPackApplicationId = '710982414301790216';
|
||||
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512;
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512 | (number & {});
|
||||
|
||||
export enum ImageFormat {
|
||||
JPEG = 'jpeg',
|
||||
|
||||
+1
-1
@@ -1096,7 +1096,7 @@ Object.freeze(Routes);
|
||||
|
||||
export const StickerPackApplicationId = '710982414301790216';
|
||||
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512;
|
||||
export type ImageSize = 1_024 | 2_048 | 4_096 | 16 | 32 | 64 | 128 | 256 | 512 | (number & {});
|
||||
|
||||
export enum ImageFormat {
|
||||
JPEG = 'jpeg',
|
||||
|
||||
Reference in New Issue
Block a user