@squidcloud/client
    Preparing search index...

    Interface WebGetUrlContentResponse

    Response from fetching content from a URL.

    interface WebGetUrlContentResponse {
        markdownText: string;
    }
    Index

    Properties

    Properties

    markdownText: string

    The content fetched from the URL in Markdown format.