export interface TransferToNumberResultExotelSuccessModel { status?: "success"; transferNumber: string; reason?: string; note?: string; }