export interface PhoneNumberTransferDestination {
    phoneNumber: string;
}
