Type Alias BuildComposableInstruction

BuildComposableInstruction: {
    data: BuildComposableParameters;
    efficientMode?: boolean;
    type: "default";
}

Build action which is used to build instructions for a composable call

Type declaration