google-wallet
Version:
Google wallet library for Node.js
17 lines (16 loc) • 423 B
TypeScript
export declare enum MessageTypeEnum {
MESSAGE_TYPE_UNSPECIFIED = "MESSAGE_TYPE_UNSPECIFIED",
TEXT = "TEXT",
/**
* This item is deprecated!
* @deprecated
*/
text = "text",
TEXT_AND_NOTIFY = "TEXT_AND_NOTIFY",
EXPIRATION_NOTIFICATION = "EXPIRATION_NOTIFICATION",
/**
* This item is deprecated!
* @deprecated
*/
expirationNotification = "expirationNotification"
}