The type of phone number
import { PhoneNumberType } from "@apideck/unify/models/components";
let value: PhoneNumberType = "primary";
// Open enum: unrecognized values are captured as Unrecognized<string>"primary" | "secondary" | "home" | "work" | "office" | "mobile" | "assistant" | "fax" | "direct-dial-in" | "personal" | "billing" | "other" | Unrecognized<string>