Type Alias BuildBatchInstruction

BuildBatchInstruction: {
    data: BuildBatchParameters;
    efficientMode?: false;
    type: "batch";
}

Build action which is used to build instructions for a batch

Type declaration