@squidcloud/client
    Preparing search index...

    Interface GetJobResponse

    Represents a request to get an asynchronous job by its ID.

    interface GetJobResponse {
        job: undefined | AsyncJob<any>;
    }
    Index

    Properties

    Properties

    job: undefined | AsyncJob<any>

    The job details