export interface IAchPull { senderID: string; amount: number; description: string; }