@shortcut/client
    Preparing search index...

    Interface GetDoc

    interface GetDoc {
        content_format?: "markdown" | "html";
    }
    Index

    Properties

    Properties

    content_format?: "markdown" | "html"

    Format of the content to return. Defaults to 'markdown'. If 'html', includes HTML content in response.