export interface CreatePhoneNumberResponseModel {
    /** Phone entity ID */
    phoneNumberId: string;
}
