Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 454 Bytes

File metadata and controls

19 lines (12 loc) · 454 Bytes

PhoneNumberType

The type of phone number

Example Usage

import { PhoneNumberType } from "@apideck/unify/models/components";

let value: PhoneNumberType = "primary";

// Open enum: unrecognized values are captured as Unrecognized<string>

Values

"primary" | "secondary" | "home" | "work" | "office" | "mobile" | "assistant" | "fax" | "direct-dial-in" | "personal" | "billing" | "other" | Unrecognized<string>