@musallam/firefly-client
    Preparing search index...

    Interface AsyncAcceptResponseV3

    interface AsyncAcceptResponseV3 {
        cancelUrl: string;
        jobId: string;
        statusUrl: string;
    }
    Index

    Properties

    cancelUrl: string

    The URL to cancel the job.

    jobId: string

    The ID of the job.

    statusUrl: string

    The URL to check the status of the job.