@squidcloud/client
    Preparing search index...

    Interface CreatePdfResponse

    Response type for the PDF creation operation, containing the URL of the generated PDF.

    interface CreatePdfResponse {
        url: string;
    }
    Index

    Properties

    Properties

    url: string

    The publicly accessible URL where the generated PDF can be downloaded.