interface SendJobResponse {
    events?: JobEventsConfig;
    variables?: { [key: string]: string };
}

Properties

Properties

variables?: { [key: string]: string }