Skip to content

Commit 5db834d

Browse files
committed
fix type snapshot
1 parent 646786a commit 5db834d

File tree

20 files changed

+50
-0
lines changed

20 files changed

+50
-0
lines changed

types/generated-snapshot/2021-11-03/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5798,6 +5798,8 @@ interface RateLimit {
57985798
*/
57995799
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58005800
}
5801+
// Extend this in your apps to properly type Env
5802+
interface Env {}
58015803
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58025804
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58035805
// strips all `module` blocks.
@@ -6056,6 +6058,7 @@ declare module "cloudflare:workers" {
60566058
step: WorkflowStep,
60576059
): Promise<unknown>;
60586060
}
6061+
export const env: Env;
60596062
}
60606063
declare module "cloudflare:sockets" {
60616064
function _connect(

types/generated-snapshot/2021-11-03/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5814,6 +5814,8 @@ export interface RateLimit {
58145814
*/
58155815
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58165816
}
5817+
// Extend this in your apps to properly type Env
5818+
export interface Env {}
58175819
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58185820
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58195821
// strips all `module` blocks.

types/generated-snapshot/2022-01-31/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5824,6 +5824,8 @@ interface RateLimit {
58245824
*/
58255825
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58265826
}
5827+
// Extend this in your apps to properly type Env
5828+
interface Env {}
58275829
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58285830
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58295831
// strips all `module` blocks.
@@ -6082,6 +6084,7 @@ declare module "cloudflare:workers" {
60826084
step: WorkflowStep,
60836085
): Promise<unknown>;
60846086
}
6087+
export const env: Env;
60856088
}
60866089
declare module "cloudflare:sockets" {
60876090
function _connect(

types/generated-snapshot/2022-01-31/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5840,6 +5840,8 @@ export interface RateLimit {
58405840
*/
58415841
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58425842
}
5843+
// Extend this in your apps to properly type Env
5844+
export interface Env {}
58435845
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58445846
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58455847
// strips all `module` blocks.

types/generated-snapshot/2022-03-21/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5849,6 +5849,8 @@ interface RateLimit {
58495849
*/
58505850
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58515851
}
5852+
// Extend this in your apps to properly type Env
5853+
interface Env {}
58525854
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58535855
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58545856
// strips all `module` blocks.
@@ -6107,6 +6109,7 @@ declare module "cloudflare:workers" {
61076109
step: WorkflowStep,
61086110
): Promise<unknown>;
61096111
}
6112+
export const env: Env;
61106113
}
61116114
declare module "cloudflare:sockets" {
61126115
function _connect(

types/generated-snapshot/2022-03-21/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5865,6 +5865,8 @@ export interface RateLimit {
58655865
*/
58665866
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58675867
}
5868+
// Extend this in your apps to properly type Env
5869+
export interface Env {}
58685870
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58695871
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58705872
// strips all `module` blocks.

types/generated-snapshot/2022-08-04/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5850,6 +5850,8 @@ interface RateLimit {
58505850
*/
58515851
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58525852
}
5853+
// Extend this in your apps to properly type Env
5854+
interface Env {}
58535855
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58545856
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58555857
// strips all `module` blocks.
@@ -6108,6 +6110,7 @@ declare module "cloudflare:workers" {
61086110
step: WorkflowStep,
61096111
): Promise<unknown>;
61106112
}
6113+
export const env: Env;
61116114
}
61126115
declare module "cloudflare:sockets" {
61136116
function _connect(

types/generated-snapshot/2022-08-04/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5866,6 +5866,8 @@ export interface RateLimit {
58665866
*/
58675867
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58685868
}
5869+
// Extend this in your apps to properly type Env
5870+
export interface Env {}
58695871
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58705872
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58715873
// strips all `module` blocks.

types/generated-snapshot/2022-10-31/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5854,6 +5854,8 @@ interface RateLimit {
58545854
*/
58555855
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58565856
}
5857+
// Extend this in your apps to properly type Env
5858+
interface Env {}
58575859
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58585860
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58595861
// strips all `module` blocks.
@@ -6112,6 +6114,7 @@ declare module "cloudflare:workers" {
61126114
step: WorkflowStep,
61136115
): Promise<unknown>;
61146116
}
6117+
export const env: Env;
61156118
}
61166119
declare module "cloudflare:sockets" {
61176120
function _connect(

types/generated-snapshot/2022-10-31/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5870,6 +5870,8 @@ export interface RateLimit {
58705870
*/
58715871
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58725872
}
5873+
// Extend this in your apps to properly type Env
5874+
export interface Env {}
58735875
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58745876
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58755877
// strips all `module` blocks.

types/generated-snapshot/2022-11-30/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5859,6 +5859,8 @@ interface RateLimit {
58595859
*/
58605860
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58615861
}
5862+
// Extend this in your apps to properly type Env
5863+
interface Env {}
58625864
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58635865
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58645866
// strips all `module` blocks.
@@ -6117,6 +6119,7 @@ declare module "cloudflare:workers" {
61176119
step: WorkflowStep,
61186120
): Promise<unknown>;
61196121
}
6122+
export const env: Env;
61206123
}
61216124
declare module "cloudflare:sockets" {
61226125
function _connect(

types/generated-snapshot/2022-11-30/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5875,6 +5875,8 @@ export interface RateLimit {
58755875
*/
58765876
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58775877
}
5878+
// Extend this in your apps to properly type Env
5879+
export interface Env {}
58785880
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58795881
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58805882
// strips all `module` blocks.

types/generated-snapshot/2023-03-01/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5861,6 +5861,8 @@ interface RateLimit {
58615861
*/
58625862
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58635863
}
5864+
// Extend this in your apps to properly type Env
5865+
interface Env {}
58645866
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58655867
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58665868
// strips all `module` blocks.
@@ -6119,6 +6121,7 @@ declare module "cloudflare:workers" {
61196121
step: WorkflowStep,
61206122
): Promise<unknown>;
61216123
}
6124+
export const env: Env;
61226125
}
61236126
declare module "cloudflare:sockets" {
61246127
function _connect(

types/generated-snapshot/2023-03-01/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5877,6 +5877,8 @@ export interface RateLimit {
58775877
*/
58785878
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58795879
}
5880+
// Extend this in your apps to properly type Env
5881+
export interface Env {}
58805882
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58815883
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58825884
// strips all `module` blocks.

types/generated-snapshot/2023-07-01/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5861,6 +5861,8 @@ interface RateLimit {
58615861
*/
58625862
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58635863
}
5864+
// Extend this in your apps to properly type Env
5865+
interface Env {}
58645866
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58655867
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58665868
// strips all `module` blocks.
@@ -6119,6 +6121,7 @@ declare module "cloudflare:workers" {
61196121
step: WorkflowStep,
61206122
): Promise<unknown>;
61216123
}
6124+
export const env: Env;
61226125
}
61236126
declare module "cloudflare:sockets" {
61246127
function _connect(

types/generated-snapshot/2023-07-01/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5877,6 +5877,8 @@ export interface RateLimit {
58775877
*/
58785878
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58795879
}
5880+
// Extend this in your apps to properly type Env
5881+
export interface Env {}
58805882
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58815883
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58825884
// strips all `module` blocks.

types/generated-snapshot/experimental/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5942,6 +5942,8 @@ interface RateLimit {
59425942
*/
59435943
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
59445944
}
5945+
// Extend this in your apps to properly type Env
5946+
interface Env {}
59455947
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
59465948
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
59475949
// strips all `module` blocks.
@@ -6200,6 +6202,7 @@ declare module "cloudflare:workers" {
62006202
step: WorkflowStep,
62016203
): Promise<unknown>;
62026204
}
6205+
export const env: Env;
62036206
}
62046207
declare module "cloudflare:sockets" {
62056208
function _connect(

types/generated-snapshot/experimental/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5958,6 +5958,8 @@ export interface RateLimit {
59585958
*/
59595959
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
59605960
}
5961+
// Extend this in your apps to properly type Env
5962+
export interface Env {}
59615963
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
59625964
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
59635965
// strips all `module` blocks.

types/generated-snapshot/oldest/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -5798,6 +5798,8 @@ interface RateLimit {
57985798
*/
57995799
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58005800
}
5801+
// Extend this in your apps to properly type Env
5802+
interface Env {}
58015803
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58025804
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58035805
// strips all `module` blocks.
@@ -6056,6 +6058,7 @@ declare module "cloudflare:workers" {
60566058
step: WorkflowStep,
60576059
): Promise<unknown>;
60586060
}
6061+
export const env: Env;
60596062
}
60606063
declare module "cloudflare:sockets" {
60616064
function _connect(

types/generated-snapshot/oldest/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5814,6 +5814,8 @@ export interface RateLimit {
58145814
*/
58155815
limit(options: RateLimitOptions): Promise<RateLimitOutcome>;
58165816
}
5817+
// Extend this in your apps to properly type Env
5818+
export interface Env {}
58175819
// Namespace for RPC utility types. Unfortunately, we can't use a `module` here as these types need
58185820
// to referenced by `Fetcher`. This is included in the "importable" version of the types which
58195821
// strips all `module` blocks.

0 commit comments

Comments
 (0)