export interface TransferToNumberResultErrorModel { status?: "error"; error: string; details?: string; }