UNPKG

@railzai/railz-visualizations

Version:
16 lines 585 B
/*! * 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 RVParams; (function (RVParams) { RVParams["START_DATE"] = "startDate"; RVParams["END_DATE"] = "endDate"; RVParams["REPORT_FREQUENCY"] = "reportFrequency"; RVParams["BUSINESS_NAME"] = "businessName"; RVParams["SERVICE_NAME"] = "serviceName"; RVParams["CONNECTION_UUID"] = "connectionUuid"; RVParams["REPORT_TYPE"] = "reportType"; })(RVParams || (RVParams = {})); //# sourceMappingURL=params.js.map