internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaSubmitTaskDataBeta

    See Entity

    type IaSubmitTaskData = {
        args?: Record<string, TODO>;
        cmd: IaTaskType;
        identifier: string;
        priority: IaTaskPriority;
    }
    Index

    Properties

    args?: Record<string, TODO>

    Map of key - value pairs

    Task command to submit. See Supported task commands

    identifier: string

    Identifier

    priority: IaTaskPriority

    Task priority from 10 to -10