Skip to content

Commit 9bd25fd

Browse files
author
Guy Bedford
authored
fix: fastly:compute type index (#960)
1 parent 13185f1 commit 9bd25fd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

types/index.d.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
/// <reference path="backend.d.ts" />
22
/// <reference path="body.d.ts" />
3-
/// <reference path="cache.d.ts" />
43
/// <reference path="cache-override.d.ts" />
4+
/// <reference path="cache.d.ts" />
5+
/// <reference path="compute.d.ts" />
56
/// <reference path="config-store.d.ts" />
6-
/// <reference path="dictionary.d.ts" />
77
/// <reference path="device.d.ts" />
8+
/// <reference path="dictionary.d.ts" />
89
/// <reference path="edge-rate-limiter.d.ts" />
910
/// <reference path="env.d.ts" />
1011
/// <reference path="experimental.d.ts" />
1112
/// <reference path="fanout.d.ts" />
1213
/// <reference path="geolocation.d.ts" />
13-
/// <reference path="logger.d.ts" />
14+
/// <reference path="globals.d.ts" />
1415
/// <reference path="kv-store.d.ts" />
16+
/// <reference path="logger.d.ts" />
1517
/// <reference path="secret-store.d.ts" />
16-
/// <reference path="globals.d.ts" />

0 commit comments

Comments
 (0)