UNPKG

google-wallet

Version:
14 lines 539 B
"use strict"; 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