wallee
Version:
TypeScript/JavaScript client for wallee
19 lines (18 loc) • 761 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DisplayableMonth = void 0;
var DisplayableMonth;
(function (DisplayableMonth) {
DisplayableMonth["JANUARY"] = "JANUARY";
DisplayableMonth["FEBRUARY"] = "FEBRUARY";
DisplayableMonth["MARCH"] = "MARCH";
DisplayableMonth["APRIL"] = "APRIL";
DisplayableMonth["MAY"] = "MAY";
DisplayableMonth["JUNE"] = "JUNE";
DisplayableMonth["JULY"] = "JULY";
DisplayableMonth["AUGUST"] = "AUGUST";
DisplayableMonth["SEPTEMBER"] = "SEPTEMBER";
DisplayableMonth["OCTOBER"] = "OCTOBER";
DisplayableMonth["NOVEMBER"] = "NOVEMBER";
DisplayableMonth["DECEMBER"] = "DECEMBER";
})(DisplayableMonth || (exports.DisplayableMonth = DisplayableMonth = {}));