mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
types(ImageURLOptions): allow 'gif' format (#6342)
Co-authored-by: Antonio Román <kyradiscord@gmail.com>
This commit is contained in:
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
@@ -3793,8 +3793,9 @@ export interface HTTPOptions {
|
|||||||
headers?: Record<string, string>;
|
headers?: Record<string, string>;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ImageURLOptions extends StaticImageURLOptions {
|
export interface ImageURLOptions extends Omit<StaticImageURLOptions, 'format'> {
|
||||||
dynamic?: boolean;
|
dynamic?: boolean;
|
||||||
|
format?: DynamicImageFormat;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IntegrationAccount {
|
export interface IntegrationAccount {
|
||||||
|
|||||||
Reference in New Issue
Block a user