UNPKG

209 BTypeScriptView Raw
1import type { SpanAttributes, SpanTimeInput } from './span';
2export interface TimedEvent {
3 name: string;
4 time: SpanTimeInput;
5 attributes?: SpanAttributes;
6}
7//# sourceMappingURL=timedEvent.d.ts.map
\No newline at end of file