UNPKG

@applitools/eyes

Version:
9 lines (8 loc) 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SessionTypeEnum = void 0; var SessionTypeEnum; (function (SessionTypeEnum) { SessionTypeEnum["SEQUENTIAL"] = "SEQUENTIAL"; SessionTypeEnum["PROGRESSION"] = "PROGRESSION"; })(SessionTypeEnum || (exports.SessionTypeEnum = SessionTypeEnum = {}));