UNPKG

google-wallet

Version:
22 lines (21 loc) 625 B
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" }