google-wallet
Version:
Google wallet library for Node.js
22 lines (21 loc) • 423 B
TypeScript
export declare enum GateLabelEnum {
GATE_LABEL_UNSPECIFIED = "GATE_LABEL_UNSPECIFIED",
GATE = "GATE",
/**
* This item is deprecated!
* @deprecated
*/
gate = "gate",
DOOR = "DOOR",
/**
* This item is deprecated!
* @deprecated
*/
door = "door",
ENTRANCE = "ENTRANCE",
/**
* This item is deprecated!
* @deprecated
*/
entrance = "entrance"
}