UNPKG

@sentry/core

Version:
7 lines 209 B
import type { SpanAttributes, SpanTimeInput } from './span'; export interface TimedEvent { name: string; time: SpanTimeInput; attributes?: SpanAttributes; } //# sourceMappingURL=timedEvent.d.ts.map