芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/types/dist/exception.d.ts
import { Mechanism } from './mechanism'; import { Stacktrace } from './stacktrace'; /** JSDoc */ export interface Exception { type?: string; value?: string; mechanism?: Mechanism; module?: string; thread_id?: number; stacktrace?: Stacktrace; } //# sourceMappingURL=exception.d.ts.map