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

Make clientTcpRtt optional #280

Merged
merged 2 commits into from
Sep 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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