@squidcloud/client
    Preparing search index...

    Interface GetJobResponse

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

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

    Properties

    Properties

    job: AsyncJob<any> | undefined

    The job details