setup-bun/node_modules/@azure/ms-rest-js/dom-shim.d.ts
2022-07-12 09:00:22 +02:00

10 lines
275 B
TypeScript

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// d.ts shims provide types for things we use internally but are not part
// of this package's surface area.
interface Request {}
interface RequestInit {}
interface Response {}
interface Headers {}