Type alias RunnerSQSMessageBodyType

RunnerSQSMessageBodyType: {
    executions: RunCommandType[];
    next?: RunnerNextType;
}

Type declaration