interface Ijob { version: string, footprintId: string, jobId: string, start: number, type: string, fileId: string } export default Ijob;