interface PhoneEnrollmentOptions {
    type: "text" | "voice";
    [key: string]: string | number | boolean;
}

Indexable

  • [key: string]: string | number | boolean

Properties

Properties

type: "text" | "voice"