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

Indexable

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

Properties

Properties

type: "voice" | "text"