interface OperatorContactInfo {
    contact: { address: string; emails: string[]; phone: string };
    name: string;
}

Properties

Properties

contact: { address: string; emails: string[]; phone: string }
name: string