mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +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>;
|
||||
}
|
||||
|
||||
export interface ImageURLOptions extends StaticImageURLOptions {
|
||||
export interface ImageURLOptions extends Omit<StaticImageURLOptions, 'format'> {
|
||||
dynamic?: boolean;
|
||||
format?: DynamicImageFormat;
|
||||
}
|
||||
|
||||
export interface IntegrationAccount {
|
||||
|
||||
Reference in New Issue
Block a user