|
1 | 1 | /* eslint-disable */ |
2 | 2 | // Generated by Wrangler by running `wrangler types` (hash: b739a9c19cff1463949c4db47674ed86) |
3 | | -// Runtime types generated with workerd@1.20251113.0 2025-11-19 |
| 3 | +// Runtime types generated with workerd@1.20251113.0 2025-11-19 |
4 | 4 | declare namespace Cloudflare { |
5 | 5 | interface GlobalProps { |
6 | 6 | mainModule: typeof import("./src/index"); |
@@ -7663,7 +7663,7 @@ interface IncomingRequestCfPropertiesTLSClientAuthPlaceholder { |
7663 | 7663 | certNotAfter: ""; |
7664 | 7664 | } |
7665 | 7665 | /** Possible outcomes of TLS verification */ |
7666 | | -declare type CertVerificationStatus = |
| 7666 | +declare type CertVerificationStatus = |
7667 | 7667 | /** Authentication succeeded */ |
7668 | 7668 | "SUCCESS" |
7669 | 7669 | /** No certificate was presented */ |
@@ -7727,7 +7727,7 @@ interface D1ExecResult { |
7727 | 7727 | count: number; |
7728 | 7728 | duration: number; |
7729 | 7729 | } |
7730 | | -type D1SessionConstraint = |
| 7730 | +type D1SessionConstraint = |
7731 | 7731 | // Indicates that the first query should go to the primary, and the rest queries |
7732 | 7732 | // using the same D1DatabaseSession will go to any replica that is consistent with |
7733 | 7733 | // the bookmark maintained by the session (returned by the first query). |
@@ -8308,7 +8308,7 @@ declare namespace Rpc { |
8308 | 8308 | // The reason for using a generic type here is to build a serializable subset of structured |
8309 | 8309 | // cloneable composite types. This allows types defined with the "interface" keyword to pass the |
8310 | 8310 | // serializable check as well. Otherwise, only types defined with the "type" keyword would pass. |
8311 | | - type Serializable<T> = |
| 8311 | + type Serializable<T> = |
8312 | 8312 | // Structured cloneables |
8313 | 8313 | BaseType |
8314 | 8314 | // Structured cloneable composites |
|
0 commit comments