File tree 20 files changed +50
-0
lines changed
20 files changed +50
-0
lines changed Original file line number Diff line number Diff line change @@ -5798,6 +5798,8 @@ interface RateLimit {
5798
5798
*/
5799
5799
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5800
5800
}
5801
+ // Extend this in your apps to properly type Env
5802
+ interface Env { }
5801
5803
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5802
5804
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5803
5805
// strips all `module` blocks.
@@ -6056,6 +6058,7 @@ declare module "cloudflare:workers" {
6056
6058
step : WorkflowStep ,
6057
6059
) : Promise < unknown > ;
6058
6060
}
6061
+ export const env : Env ;
6059
6062
}
6060
6063
declare module "cloudflare:sockets" {
6061
6064
function _connect (
Original file line number Diff line number Diff line change @@ -5814,6 +5814,8 @@ export interface RateLimit {
5814
5814
*/
5815
5815
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5816
5816
}
5817
+ // Extend this in your apps to properly type Env
5818
+ export interface Env { }
5817
5819
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5818
5820
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5819
5821
// strips all `module` blocks.
Original file line number Diff line number Diff line change @@ -5824,6 +5824,8 @@ interface RateLimit {
5824
5824
*/
5825
5825
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5826
5826
}
5827
+ // Extend this in your apps to properly type Env
5828
+ interface Env { }
5827
5829
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5828
5830
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5829
5831
// strips all `module` blocks.
@@ -6082,6 +6084,7 @@ declare module "cloudflare:workers" {
6082
6084
step : WorkflowStep ,
6083
6085
) : Promise < unknown > ;
6084
6086
}
6087
+ export const env : Env ;
6085
6088
}
6086
6089
declare module "cloudflare:sockets" {
6087
6090
function _connect (
Original file line number Diff line number Diff line change @@ -5840,6 +5840,8 @@ export interface RateLimit {
5840
5840
*/
5841
5841
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5842
5842
}
5843
+ // Extend this in your apps to properly type Env
5844
+ export interface Env { }
5843
5845
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5844
5846
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5845
5847
// strips all `module` blocks.
Original file line number Diff line number Diff line change @@ -5849,6 +5849,8 @@ interface RateLimit {
5849
5849
*/
5850
5850
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5851
5851
}
5852
+ // Extend this in your apps to properly type Env
5853
+ interface Env { }
5852
5854
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5853
5855
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5854
5856
// strips all `module` blocks.
@@ -6107,6 +6109,7 @@ declare module "cloudflare:workers" {
6107
6109
step : WorkflowStep ,
6108
6110
) : Promise < unknown > ;
6109
6111
}
6112
+ export const env : Env ;
6110
6113
}
6111
6114
declare module "cloudflare:sockets" {
6112
6115
function _connect (
Original file line number Diff line number Diff line change @@ -5865,6 +5865,8 @@ export interface RateLimit {
5865
5865
*/
5866
5866
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5867
5867
}
5868
+ // Extend this in your apps to properly type Env
5869
+ export interface Env { }
5868
5870
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5869
5871
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5870
5872
// strips all `module` blocks.
Original file line number Diff line number Diff line change @@ -5850,6 +5850,8 @@ interface RateLimit {
5850
5850
*/
5851
5851
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5852
5852
}
5853
+ // Extend this in your apps to properly type Env
5854
+ interface Env { }
5853
5855
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5854
5856
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5855
5857
// strips all `module` blocks.
@@ -6108,6 +6110,7 @@ declare module "cloudflare:workers" {
6108
6110
step : WorkflowStep ,
6109
6111
) : Promise < unknown > ;
6110
6112
}
6113
+ export const env : Env ;
6111
6114
}
6112
6115
declare module "cloudflare:sockets" {
6113
6116
function _connect (
Original file line number Diff line number Diff line change @@ -5866,6 +5866,8 @@ export interface RateLimit {
5866
5866
*/
5867
5867
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5868
5868
}
5869
+ // Extend this in your apps to properly type Env
5870
+ export interface Env { }
5869
5871
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5870
5872
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5871
5873
// strips all `module` blocks.
Original file line number Diff line number Diff line change @@ -5854,6 +5854,8 @@ interface RateLimit {
5854
5854
*/
5855
5855
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5856
5856
}
5857
+ // Extend this in your apps to properly type Env
5858
+ interface Env { }
5857
5859
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5858
5860
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5859
5861
// strips all `module` blocks.
@@ -6112,6 +6114,7 @@ declare module "cloudflare:workers" {
6112
6114
step : WorkflowStep ,
6113
6115
) : Promise < unknown > ;
6114
6116
}
6117
+ export const env : Env ;
6115
6118
}
6116
6119
declare module "cloudflare:sockets" {
6117
6120
function _connect (
Original file line number Diff line number Diff line change @@ -5870,6 +5870,8 @@ export interface RateLimit {
5870
5870
*/
5871
5871
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5872
5872
}
5873
+ // Extend this in your apps to properly type Env
5874
+ export interface Env { }
5873
5875
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5874
5876
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5875
5877
// strips all `module` blocks.
Original file line number Diff line number Diff line change @@ -5859,6 +5859,8 @@ interface RateLimit {
5859
5859
*/
5860
5860
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5861
5861
}
5862
+ // Extend this in your apps to properly type Env
5863
+ interface Env { }
5862
5864
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5863
5865
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5864
5866
// strips all `module` blocks.
@@ -6117,6 +6119,7 @@ declare module "cloudflare:workers" {
6117
6119
step : WorkflowStep ,
6118
6120
) : Promise < unknown > ;
6119
6121
}
6122
+ export const env : Env ;
6120
6123
}
6121
6124
declare module "cloudflare:sockets" {
6122
6125
function _connect (
Original file line number Diff line number Diff line change @@ -5875,6 +5875,8 @@ export interface RateLimit {
5875
5875
*/
5876
5876
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5877
5877
}
5878
+ // Extend this in your apps to properly type Env
5879
+ export interface Env { }
5878
5880
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5879
5881
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5880
5882
// strips all `module` blocks.
Original file line number Diff line number Diff line change @@ -5861,6 +5861,8 @@ interface RateLimit {
5861
5861
*/
5862
5862
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5863
5863
}
5864
+ // Extend this in your apps to properly type Env
5865
+ interface Env { }
5864
5866
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5865
5867
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5866
5868
// strips all `module` blocks.
@@ -6119,6 +6121,7 @@ declare module "cloudflare:workers" {
6119
6121
step : WorkflowStep ,
6120
6122
) : Promise < unknown > ;
6121
6123
}
6124
+ export const env : Env ;
6122
6125
}
6123
6126
declare module "cloudflare:sockets" {
6124
6127
function _connect (
Original file line number Diff line number Diff line change @@ -5877,6 +5877,8 @@ export interface RateLimit {
5877
5877
*/
5878
5878
limit ( options : RateLimitOptions ) : Promise < RateLimitOutcome > ;
5879
5879
}
5880
+ // Extend this in your apps to properly type Env
5881
+ export interface Env { }
5880
5882
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5881
5883
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5882
5884
// strips all `module` blocks.
Original file line number Diff line number Diff line change @@ -5861,6 +5861,8 @@ interface RateLimit {
5861
5861
*/
5862
5862
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
5863
5863
}
5864
+ // Extend this in your apps to properly type Env
5865
+ interface Env {}
5864
5866
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5865
5867
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5866
5868
// strips all `module` blocks.
@@ -6119,6 +6121,7 @@ declare module "cloudflare:workers" {
6119
6121
step: WorkflowStep,
6120
6122
): Promise<unknown>;
6121
6123
}
6124
+ export const env: Env;
6122
6125
}
6123
6126
declare module "cloudflare:sockets" {
6124
6127
function _connect(
Original file line number Diff line number Diff line change @@ -5877,6 +5877,8 @@ export interface RateLimit {
5877
5877
*/
5878
5878
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
5879
5879
}
5880
+ // Extend this in your apps to properly type Env
5881
+ export interface Env {}
5880
5882
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5881
5883
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5882
5884
// strips all `module` blocks.
Original file line number Diff line number Diff line change @@ -5942,6 +5942,8 @@ interface RateLimit {
5942
5942
*/
5943
5943
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
5944
5944
}
5945
+ // Extend this in your apps to properly type Env
5946
+ interface Env {}
5945
5947
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5946
5948
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5947
5949
// strips all `module` blocks.
@@ -6200,6 +6202,7 @@ declare module "cloudflare:workers" {
6200
6202
step: WorkflowStep,
6201
6203
): Promise<unknown>;
6202
6204
}
6205
+ export const env: Env;
6203
6206
}
6204
6207
declare module "cloudflare:sockets" {
6205
6208
function _connect(
Original file line number Diff line number Diff line change @@ -5958,6 +5958,8 @@ export interface RateLimit {
5958
5958
*/
5959
5959
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
5960
5960
}
5961
+ // Extend this in your apps to properly type Env
5962
+ export interface Env {}
5961
5963
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5962
5964
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5963
5965
// strips all `module` blocks.
Original file line number Diff line number Diff line change @@ -5798,6 +5798,8 @@ interface RateLimit {
5798
5798
*/
5799
5799
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
5800
5800
}
5801
+ // Extend this in your apps to properly type Env
5802
+ interface Env {}
5801
5803
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5802
5804
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5803
5805
// strips all `module` blocks.
@@ -6056,6 +6058,7 @@ declare module "cloudflare:workers" {
6056
6058
step: WorkflowStep,
6057
6059
): Promise<unknown>;
6058
6060
}
6061
+ export const env: Env;
6059
6062
}
6060
6063
declare module "cloudflare:sockets" {
6061
6064
function _connect(
Original file line number Diff line number Diff line change @@ -5814,6 +5814,8 @@ export interface RateLimit {
5814
5814
*/
5815
5815
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
5816
5816
}
5817
+ // Extend this in your apps to properly type Env
5818
+ export interface Env {}
5817
5819
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
5818
5820
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
5819
5821
// strips all `module` blocks.
You can’t perform that action at this time.
0 commit comments