import { ICurrency } from './Currency'; export interface IAchGetPull { amount: number | null; currency: ICurrency; status: string; }