Skip to main content
PickPhoneOptions Defines the options for the ‘pick-phone’ action. Although the interface only shows one phone number, this action might be used in scenarios where the server needs to redirect to a phone selection screen.
Example
export interface PickPhoneOptions extends CustomOptions {}

Indexable

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