google-wallet
Version:
Google wallet library for Node.js
14 lines • 539 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AnimationTypeEnum = void 0;
var AnimationTypeEnum;
(function (AnimationTypeEnum) {
AnimationTypeEnum["ANIMATION_UNSPECIFIED"] = "ANIMATION_UNSPECIFIED";
AnimationTypeEnum["FOIL_SHIMMER"] = "FOIL_SHIMMER";
/**
* This item is deprecated!
* @deprecated
*/
AnimationTypeEnum["foilShimmer"] = "foilShimmer";
})(AnimationTypeEnum || (exports.AnimationTypeEnum = AnimationTypeEnum = {}));
//# sourceMappingURL=AnimationType.js.map