From a3ff83db6bbd47b9785417e682a2a7721d8565d8 Mon Sep 17 00:00:00 2001 From: jkoe-cf Date: Fri, 6 Sep 2024 10:16:13 -0700 Subject: [PATCH] Removing an unused property --- types/defines/cf.d.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/types/defines/cf.d.ts b/types/defines/cf.d.ts index 500d3227761..b245af18ca8 100644 --- a/types/defines/cf.d.ts +++ b/types/defines/cf.d.ts @@ -114,7 +114,6 @@ interface RequestInitCfProperties extends Record { minify?: RequestInitCfPropertiesImageMinify; mirage?: boolean; polish?: "lossy" | "lossless" | "off"; - r2?: RequestInitCfPropertiesR2; /** * Redirects the request to an alternate origin server. You can use this, * for example, to implement load balancing across several origins. @@ -301,13 +300,6 @@ interface RequestInitCfPropertiesImageMinify { html?: boolean; } -interface RequestInitCfPropertiesR2 { - /** - * Colo id of bucket that an object is stored in - */ - bucketColoId?: number; -} - /** * Request metadata provided by Cloudflare's edge. */