@ptkl/sdk - v1.18.0
    Preparing search index...

    Type Alias LibraryExportGetResult

    Response body for GET library/{uuid}/exports/{export_uuid}

    type LibraryExportGetResult = {
        download_url?: string;
        export: LibraryExport;
    }
    Index

    Properties

    download_url?: string