Interface MaxStopOrLimitDistance

interface MaxStopOrLimitDistance {
    unit: string;
    value: number;
}

Properties

Properties

unit: string
value: number