Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
add webp option in RequestInitCfProperties (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: sergey.gna <sergey.gna@okwork.io>
  • Loading branch information
sgnatyuk and sergey.gna committed Oct 21, 2022
1 parent 643bf51 commit c0ba2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1389,6 +1389,7 @@ interface RequestInitCfProperties {
* to point to that CNAME record.
*/
resolveOverride?: string;
webp?: boolean;
}

interface RequestInitCfPropertiesImage extends BasicImageTransformations {
Expand Down

0 comments on commit c0ba2fa

Please sign in to comment.