@microsoft/opentelemetry
    Preparing search index...

    Interface TextPart

    Plain text content.

    interface TextPart {
        content: string;
        type: "text";
    }
    Index

    Properties

    Properties

    content: string
    type: "text"