diff --git a/types/blueimp-load-image/index.d.ts b/types/blueimp-load-image/index.d.ts index 453ac60093..7bee90077d 100644 --- a/types/blueimp-load-image/index.d.ts +++ b/types/blueimp-load-image/index.d.ts @@ -76,7 +76,7 @@ export interface CropTrueOptions { export interface CropFalseOptions { crop?: false; } -export type CropOptions = CanvasTrueOptions | CropFalseOptions; +export type CropOptions = CropTrueOptions | CropFalseOptions; // Setting 'orientation' automatically sets 'meta' to true // so setting it to false is not valid in that case