Skip to content

Type Alias: SimulateOutput

type SimulateOutput = 
  | SimulateSuccess
  | SimulateFailed
  | SimulateError;

Defined in: apps/submitter/lib/handlers/simulate/types.ts:42

Output of a simulate call: either a successful simulation, or a failed simulation, or a simulation that could not be carried out for other reasons.