google-wallet
Version:
Google wallet library for Node.js
11 lines • 405 B
JavaScript
export var AnimationTypeEnum;
(function (AnimationTypeEnum) {
AnimationTypeEnum["ANIMATION_UNSPECIFIED"] = "ANIMATION_UNSPECIFIED";
AnimationTypeEnum["FOIL_SHIMMER"] = "FOIL_SHIMMER";
/**
* This item is deprecated!
* @deprecated
*/
AnimationTypeEnum["foilShimmer"] = "foilShimmer";
})(AnimationTypeEnum || (AnimationTypeEnum = {}));
//# sourceMappingURL=AnimationType.js.map