Type alias SimulatedPeriod

SimulatedPeriod: {
    deadline: number;
    tranches: SimulatedTranche[];
}

Type declaration

  • deadline: number
  • tranches: SimulatedTranche[]

Generated using TypeDoc