Type alias InstructionCount

InstructionCount: {
    max?: number;
    maxOnFail?: number;
}

Type declaration

  • Optional max?: number
  • Optional maxOnFail?: number

Generated using TypeDoc