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

Commit

Permalink
Make clientTcpRtt optional (#280)
Browse files Browse the repository at this point in the history
* Make clientTcpRtt optional

* Add changeset
  • Loading branch information
WalshyDev committed Sep 18, 2022
1 parent c9e2084 commit 6e55069
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/flat-jeans-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cloudflare/workers-types": patch
---

Make clientTcpRtt optional
2 changes: 1 addition & 1 deletion overrides/cf.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ interface IncomingRequestCfProperties {
botManagement?: IncomingRequestCfPropertiesBotManagement;
city?: string;
clientAcceptEncoding?: string;
clientTcpRtt: number;
clientTcpRtt?: number;
clientTrustScore?: number;
/**
* The three-letter airport code of the data center that the request
Expand Down

0 comments on commit 6e55069

Please sign in to comment.