| 7057 | readonly value: string | string[] | boolean | boolean[] | number | number[] | bigint | bigint[]; |
| 7058 | } |
| 7059 | interface Attributes { |
| 7060 | readonly type: "attributes"; |
| 7061 | readonly info: Attribute[]; |
| 7062 | } |
| 7063 | type EventType = Onset | Outcome | SpanOpen | SpanClose | DiagnosticChannelEvent | Exception | Log | Return | Attributes; |
| 7064 | interface TailEvent<Event extends EventType> { |
| 7065 | readonly invocationId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected