output-sdk
    Preparing search index...

    Type Alias SerializedBodyAndContentType

    type SerializedBodyAndContentType = {
        body: string | unknown;
        contentType: string | undefined;
    }
    Index

    Properties

    Properties

    body: string | unknown

    The body as a string when possible; otherwise the original value

    contentType: string | undefined

    The inferred Content-Type header value, if any