Skip to main content
Example
export interface PhoneEnrollmentOptions {
  type: 'text' | 'voice';
  [key: string]: string | number | boolean;
}

Indexable

[key: string]: string | number | boolean

Properties

type
"voice"