import { FundsTransferAttributes } from './FundsTransferAttributes' import { FundsTransferRelationships } from './FundsTransferRelationships' export class FundsTransfer { type: string // 'funds-transfers' id: string attributes: FundsTransferAttributes relationships: FundsTransferRelationships links: { self: string } }