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

    Type Alias MediaExportCreateResult

    Response body for POST library/{uuid}/exports. mode indicates whether the export was queued (async, export populated) or streamed back directly as the response body (synchronous binary download, in which case the response will not be this JSON shape at all).

    type MediaExportCreateResult = {
        export?: LibraryExport;
        mode: string;
    }
    Index

    Properties

    Properties

    export?: LibraryExport
    mode: string