export interface PhoneEnrollmentOptions { type: 'text' | 'voice'; [key: string]: string | number | boolean; }
key
string
number
boolean
Was this page helpful?