interface LongTask {
    id: string;
    links: {
        status?: string;
    };
}

Properties

Properties

id: string

A unique identifier for the long task

links: {
    status?: string;
}

Type declaration

  • Optional status?: string

    The URL to retrieve status of long task.

Generated using TypeDoc v0.25.12