Type Alias CreateOrdersExecution

CreateOrdersExecution: {
    actions: (ApprovalAction | CreateOrderAction)[];
}