Skip to content

Commit

Permalink
fix: fastly:compute type index (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Sep 11, 2024
1 parent 13185f1 commit 9bd25fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
/// <reference path="backend.d.ts" />
/// <reference path="body.d.ts" />
/// <reference path="cache.d.ts" />
/// <reference path="cache-override.d.ts" />
/// <reference path="cache.d.ts" />
/// <reference path="compute.d.ts" />
/// <reference path="config-store.d.ts" />
/// <reference path="dictionary.d.ts" />
/// <reference path="device.d.ts" />
/// <reference path="dictionary.d.ts" />
/// <reference path="edge-rate-limiter.d.ts" />
/// <reference path="env.d.ts" />
/// <reference path="experimental.d.ts" />
/// <reference path="fanout.d.ts" />
/// <reference path="geolocation.d.ts" />
/// <reference path="logger.d.ts" />
/// <reference path="globals.d.ts" />
/// <reference path="kv-store.d.ts" />
/// <reference path="logger.d.ts" />
/// <reference path="secret-store.d.ts" />
/// <reference path="globals.d.ts" />

0 comments on commit 9bd25fd

Please sign in to comment.