aimpress-chatbot/node_modules/@azure/core-http/dom-shim.d.ts
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01: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 {}