@squidcloud/client
    Preparing search index...

    Interface CreatePdfResponse

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

    interface CreatePdfResponse {
        fileName?: string;
        url: string;
    }
    Index

    Properties

    Properties

    fileName?: string

    The generated filename.

    url: string

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