SongGuess
    Preparing search index...
    interface SpanOpen {
        info?: Attributes | FetchEventInfo | JsRpcEventInfo;
        name: string;
        spanId: string;
        type: "spanOpen";
    }
    Index

    Properties

    Properties

    name: string
    spanId: string
    type: "spanOpen"