export interface IGearJob {
    job_id: number | string;
    job_hash: string;
    descriptor: string;
    hidden: number;
    payload: string;
    created_at: string;
    updated_at: string;
    trash: string;
    worker_name: string;
    _links: any;
}
//# sourceMappingURL=billia-sdk-communication.types.d.ts.map