We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97edec6 commit af2251fCopy full SHA for af2251f
1 file changed
src/types.ts
@@ -1,7 +1,7 @@
1
import type {
2
Options,
3
OptionsImageInfo,
4
- URL,
+ URLImageInfo,
5
} from "@imgproxy/imgproxy-js-core";
6
7
export interface IMaybeSignPair {
@@ -21,7 +21,7 @@ export interface ICryptPair {
21
22
export interface IRawUrl {
23
value: string;
24
- displayAs?: URL["type"];
+ displayAs?: URLImageInfo["type"];
25
}
26
27
interface BaseGenerateImageUrl {
0 commit comments