interface Transfers<T> {
    afterTrip: T;
    beforeTrip: T;
}

Type Parameters

  • T

Properties

afterTrip: T
beforeTrip: T