Constructors

Properties

getAvailablePeriods: ((truckId, arState) => ARPeriod[]) = getAvailablePeriods

Type declaration

    • (truckId, arState): ARPeriod[]
    • get all available periods for a given truck

      Parameters

      Returns ARPeriod[]

getPeriod: ((truckId, periodId, arState) => ARPeriod) = getPeriod

Type declaration

    • (truckId, periodId, arState): ARPeriod
    • get the period from truck + period ids

      Parameters

      Returns ARPeriod

Generated using TypeDoc