google-wallet
Version:
Google wallet library for Node.js
22 lines (21 loc) • 625 B
TypeScript
export declare enum TransitOptionEnum {
TRANSIT_OPTION_UNSPECIFIED = "TRANSIT_OPTION_UNSPECIFIED",
ORIGIN_AND_DESTINATION_NAMES = "ORIGIN_AND_DESTINATION_NAMES",
/**
* This item is deprecated!
* @deprecated
*/
originAndDestinationNames = "originAndDestinationNames",
ORIGIN_AND_DESTINATION_CODES = "ORIGIN_AND_DESTINATION_CODES",
/**
* This item is deprecated!
* @deprecated
*/
originAndDestinationCodes = "originAndDestinationCodes",
ORIGIN_NAME = "ORIGIN_NAME",
/**
* This item is deprecated!
* @deprecated
*/
originName = "originName"
}