Type alias BuildApproveInstruction

BuildApproveInstruction: {
    data: BuildApproveParameters;
    type: "approve";
}

Build action which is used to build instructions for an approval

Type declaration