UNPKG

@alba-cars/common-modules

Version:

A package containing DTOs, validation classes and common modules and interfaces for Alba Cars

9 lines (8 loc) 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReviewPlatform = void 0; var ReviewPlatform; (function (ReviewPlatform) { ReviewPlatform["GOOGLE"] = "Google"; ReviewPlatform["DUBAI_REVIEW"] = "DubaiReview"; })(ReviewPlatform = exports.ReviewPlatform || (exports.ReviewPlatform = {}));