UNPKG

@apihawk/billia-sdk

Version:

The ApiHawk Billia SDK

13 lines 315 B
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