@webitel/api-services
    Preparing search index...

    Metadata about an export task immediately after creation.

    interface WebitelMediaExporterExportTask {
        fileName?: string;
        mimeType?: string;
        size?: string;
        status?: WebitelMediaExporterExportStatus;
        taskId?: string;
    }
    Index

    Properties

    fileName?: string

    Target name of the PDF file.

    mimeType?: string

    MIME type (usually application/pdf).

    size?: string

    File size in bytes (0 if not yet generated).

    Current lifecycle status of the task.

    taskId?: string

    Unique ID to track the background task.