export const items1 = [ { amount: 500, count: 1, createdAt: '2024-04-01T12:00:00Z', currency: 'RUB', date: '2024-04-01', description: 'Ежемесячная плата за интернет', expenseListId: '1', id: '1', title: 'Счет за интернет', updatedAt: '2024-04-01T12:00:00Z', }, { amount: 3000, count: 1, createdAt: '2024-04-02T12:00:00Z', currency: 'RUB', date: '2024-04-02', description: 'Продукты на неделю', expenseListId: '1', id: '2', title: 'Покупка продуктов', updatedAt: '2024-04-02T12:00:00Z', }, ]; export const items2 = []; export const items3 = null; export const items4 = [ { amount: 1500, count: null, createdAt: '2024-04-03T12:00:00Z', currency: 'RUB', date: '2024-04-03', description: null, expenseListId: '4', id: '3', title: 'Бензин', updatedAt: '2024-04-03T12:00:00Z', }, ]; export const items5 = [ { amount: 50000, count: 1, createdAt: '2024-04-04T12:00:00Z', currency: 'RUB', date: '2024-04-04', description: 'Покупка нового ноутбука', expenseListId: '5', id: '4', title: 'Ноутбук', updatedAt: '2024-04-04T12:00:00Z', }, { amount: 3000, count: 1, createdAt: '2024-04-05T12:00:00Z', currency: 'RUB', date: '2024-04-05', description: 'Механическая мышка', expenseListId: '5', id: '5', title: 'Мышка', updatedAt: '2024-04-05T12:00:00Z', }, ];