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

Commit 6e55069

Browse files
authored
Make clientTcpRtt optional (#280)
* Make clientTcpRtt optional * Add changeset
1 parent c9e2084 commit 6e55069

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/flat-jeans-cheat.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/workers-types": patch
3+
---
4+
5+
Make clientTcpRtt optional

overrides/cf.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ interface IncomingRequestCfProperties {
301301
botManagement?: IncomingRequestCfPropertiesBotManagement;
302302
city?: string;
303303
clientAcceptEncoding?: string;
304-
clientTcpRtt: number;
304+
clientTcpRtt?: number;
305305
clientTrustScore?: number;
306306
/**
307307
* The three-letter airport code of the data center that the request

0 commit comments

Comments
 (0)