diff --git a/typings/index.d.ts b/typings/index.d.ts index 0c012d029..6c63dc8fa 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -3793,8 +3793,9 @@ export interface HTTPOptions { headers?: Record; } -export interface ImageURLOptions extends StaticImageURLOptions { +export interface ImageURLOptions extends Omit { dynamic?: boolean; + format?: DynamicImageFormat; } export interface IntegrationAccount {