import { Transaction } from '../../types' import { useGet } from '../util/useGet' export const useTransactions = (accountId: string) => useGet(`/accounts/${accountId}/transactions`)