Skip to content

Commit e359a56

Browse files
committed
chore: use correct class
1 parent 1f93628 commit e359a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* OF ANY KIND, either express or implied. See the License for the specific language
1010
* governing permissions and limitations under the License.
1111
*/
12-
import {KVNamespace, R2Bucket, Service} from "@cloudflare/workers-types";
12+
import { KVNamespace, R2Bucket, Fetcher } from "@cloudflare/workers-types";
1313

1414
export interface Env {
1515
S3_DEF_URL: string;
@@ -23,5 +23,5 @@ export interface Env {
2323
DA_JOBS: KVNamespace,
2424
AEM_CONTENT: R2Bucket;
2525

26-
dacollab: Service;
26+
dacollab: Fetcher;
2727
}

0 commit comments

Comments
 (0)