UNPKG

@railzai/railz-visualizations

Version:
30 lines 568 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 const mockMonth1 = { period: { date: '2016-01-01', day: 15, month: 3, quarter: 1, year: 2022, }, assets: 123, equity: 456, liabilities: 789, }; export const mockMonth2 = { period: { date: '2016-02-01', day: 15, month: 3, quarter: 1, year: 2022, }, assets: 123, equity: 456, liabilities: 789, }; //# sourceMappingURL=mock-constants.js.map