interface CommunicationNumber {
    number?: string;
    qualifier?: string;
}

Properties

Properties

number?: string
qualifier?: string