aimpress-chatbot/node_modules/@azure/core-http/dom-shim.d.ts
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +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 {}