Files
codeql-action/node_modules/@azure/core-http/dom-shim.d.ts
2022-08-04 15:12:29 +01:00

11 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 {}