import { IBaseResponse } from './base'; export interface ICreateTransferResponse extends IBaseResponse { reference?: string; }