@juki-team/commons - v0.1.10
    Preparing search index...

    Type Alias RunnerSQSMessageBody

    type RunnerSQSMessageBody = {
        executions: RunCommand[];
        next?: RunnerNext;
    }
    Index

    Properties

    Properties

    executions: RunCommand[]
    next?: RunnerNext