google-wallet
Version:
Google wallet library for Node.js
7 lines • 418 B
JavaScript
export var ScreenshotEligibilityEnum;
(function (ScreenshotEligibilityEnum) {
ScreenshotEligibilityEnum["SCREENSHOT_ELIGIBILITY_UNSPECIFIED"] = "SCREENSHOT_ELIGIBILITY_UNSPECIFIED";
ScreenshotEligibilityEnum["ELIGIBLE"] = "ELIGIBLE";
ScreenshotEligibilityEnum["INELIGIBLE"] = "INELIGIBLE";
})(ScreenshotEligibilityEnum || (ScreenshotEligibilityEnum = {}));
//# sourceMappingURL=ScreenshotEligibility.js.map