@railzai/railz-visualizations
Version:
Railz.ai Visualizations
12 lines • 431 B
JavaScript
/*!
* Accounting Data as a Service™ is the solution that makes sense of your business customers' financial data.
* Built with Stencil
* Copyright (c) FIS.
*/
export var RVReportFrequency;
(function (RVReportFrequency) {
RVReportFrequency["MONTH"] = "month";
RVReportFrequency["QUARTER"] = "quarter";
RVReportFrequency["YEAR"] = "year";
})(RVReportFrequency || (RVReportFrequency = {}));
//# sourceMappingURL=date.js.map