We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f93628 commit e359a56Copy full SHA for e359a56
src/index.d.ts
@@ -9,7 +9,7 @@
9
* OF ANY KIND, either express or implied. See the License for the specific language
10
* governing permissions and limitations under the License.
11
*/
12
-import {KVNamespace, R2Bucket, Service} from "@cloudflare/workers-types";
+import { KVNamespace, R2Bucket, Fetcher } from "@cloudflare/workers-types";
13
14
export interface Env {
15
S3_DEF_URL: string;
@@ -23,5 +23,5 @@ export interface Env {
23
DA_JOBS: KVNamespace,
24
AEM_CONTENT: R2Bucket;
25
26
- dacollab: Service;
+ dacollab: Fetcher;
27
}
0 commit comments