parent
e28ad3b0b2
commit
107b119d52
6 changed files with 49 additions and 73 deletions
@ -1,18 +1,16 @@ |
||||
type DBJobParams = { |
||||
file: string; |
||||
line: number; |
||||
line?: number; |
||||
job_command: string; |
||||
job_data: string; |
||||
job_data?: string; |
||||
job_name: string; |
||||
job_title: string; |
||||
job_description: string; |
||||
job_host_uuid?: string; |
||||
job_progress: number; |
||||
job_progress?: number; |
||||
}; |
||||
|
||||
type DBInsertOrUpdateJobOptions = Omit< |
||||
ExecModuleSubroutineOptions, |
||||
'subParams' | 'subModuleName' |
||||
> & { |
||||
subParams?: DBJobParams; |
||||
}; |
||||
>; |
||||
|
Loading…
Reference in new issue