Interface RouteInfo

Rote information

interface RouteInfo {
    PromptMsg: string;
    RouteTo: string;
    RouteToID: string;
    RouteType: string;
}

Properties

PromptMsg: string
RouteTo: string
RouteToID: string
RouteType: string