export interface FunctionCallParams {
    'id': string | null;
    'task': number | null;
    'job'?: number;
    'threshold': number | null;
}
