/**
 * @example
 *     {
 *         job_id: "job_id"
 *     }
 */
export interface JobsStatusRequest {
    /** The unique identifier for the job which is given by Intercom */
    job_id: string;
}
