Conexia Telecom SDK
    Preparing search index...

    Type Alias ParkingLot

    Represents parking lot for calls.

    type ParkingLot = {
        end: number;
        ext: string;
        name: string;
        start: number;
    }
    Index
    end: number

    Parking lot end parking position.

    ext: string

    Parking lot extension.

    name: string

    Parking lot name.

    start: number

    Parking lot start parking position.