import { IAchGetPull } from '../models/Ach'; import { IBaseResponse } from './base'; export interface IGetAchPullResponse extends IBaseResponse { transfer: IAchGetPull | null; }