@squidcloud/client
    Preparing search index...

    Interface SubscribeToJobRequest

    Represents a request to subscribe to job updates. This allows clients to receive real-time updates about the job's status.

    interface SubscribeToJobRequest {
        jobId: string;
    }
    Index

    Properties

    Properties

    jobId: string

    The unique identifier of the job to subscribe to