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