芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/types/dist/mechanism.d.ts
/** JSDoc */ export interface Mechanism { type: string; handled: boolean; data?: { [key: string]: string | boolean; }; synthetic?: boolean; } //# sourceMappingURL=mechanism.d.ts.map