Skip to content

Commit af2251f

Browse files
committed
Update types
1 parent 97edec6 commit af2251f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type {
22
Options,
33
OptionsImageInfo,
4-
URL,
4+
URLImageInfo,
55
} from "@imgproxy/imgproxy-js-core";
66

77
export interface IMaybeSignPair {
@@ -21,7 +21,7 @@ export interface ICryptPair {
2121

2222
export interface IRawUrl {
2323
value: string;
24-
displayAs?: URL["type"];
24+
displayAs?: URLImageInfo["type"];
2525
}
2626

2727
interface BaseGenerateImageUrl {

0 commit comments

Comments
 (0)