Type alias InstructionAggregationSuccess

InstructionAggregationSuccess: {
    aggregations: InstructionAggregation[];
    success: true;
}

Type declaration

Generated using TypeDoc