Type alias BuildBatchInstruction

BuildBatchInstruction: {
    data: BuildBatchParameters;
    type: "batch";
}

Build action which is used to build instructions for a batch

Type declaration