Type alias DirectionsMessage
DirectionsMessage: {
buildingIdentifier: string;
destinationCategory: string;
destinationIdentifier: string;
identifier: string;
originCategory: string;
originIdentifier: string;
}
Type declaration
-
buildingIdentifier: string
-
destinationCategory: string
-
destinationIdentifier: string
-
identifier: string
-
originCategory: string
-
originIdentifier: string