export interface ContinueWithOrganizationNameOptions { /** * The organization name. */ organizationName: string; /** * Any additional custom options. */ [key: string]: string | number | boolean | undefined; }
key
string
number
boolean
undefined
Was this page helpful?