芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/node/dist/transports/https.d.ts
import { Event, Response, TransportOptions } from '@sentry/types'; import { BaseTransport } from './base'; /** Node https module transport */ export declare class HTTPSTransport extends BaseTransport { options: TransportOptions; /** Create a new instance and set this.agent */ constructor(options: TransportOptions); /** * @inheritDoc */ sendEvent(event: Event): Promise
; } //# sourceMappingURL=https.d.ts.map