interface JobExport {
    dependencies: DependencyExport[];
    process: StringAnyType;
    status: string;
}

Properties

dependencies: DependencyExport[]
process: StringAnyType
status: string