export default [ { id: 1, amount: 121.78, description: "pix transf joao 25/11", created_at: "25-11-2021", transaction_type: "credit", type_origin_account: "corrente", }, { id: 2, amount: 22.18, description: "pix transf alvaro 22/11", created_at: "22-11-2021", transaction_type: "debit", type_origin_account: "corrente", }, { id: 3, amount: 241.78, description: "pix transf lucio 25/11", created_at: "25-11-2021", transaction_type: "credit", type_origin_account: "poupanca", }, { id: 4, amount: 16.0, description: "pix transf ana 25/11", created_at: "22-11-2021", transaction_type: "debit", type_origin_account: "corrente", }, ];