芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/tracing/dist/integrations/mysql.d.ts
import { Hub } from '@sentry/hub'; import { EventProcessor, Integration } from '@sentry/types'; /** Tracing integration for node-mysql package */ export declare class Mysql implements Integration { /** * @inheritDoc */ static id: string; /** * @inheritDoc */ name: string; /** * @inheritDoc */ setupOnce(_: (callback: EventProcessor) => void, getCurrentHub: () => Hub): void; } //# sourceMappingURL=mysql.d.ts.map