@squidcloud/client
    Preparing search index...

    Interface BaseCreatePdfOutputOptions

    Base interface for PDF output options. This is used to define the type of output options.

    interface BaseCreatePdfOutputOptions {
        type: CreatePdfOutputOptionsType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The type of output options, either 'format' or 'dimensions'.