Frodo Library - v4.7.0
    Preparing search index...

    Type Alias OtlpExporterSkeleton

    OtlpExporterSkeleton: LogExporterSkeleton & {
        basicAuth?: OtlpBasicAuth;
        encoding?: OtlpExporterEncoding;
        headers?: Record<string, string>;
        type: OtlpExporterType;
    }