Interface ContinueWithOrganizationNameOptions

Options for continuing with the selected organization name.

interface ContinueWithOrganizationNameOptions {
    organizationName: string;
    [key: string]:
        | string
        | number
        | boolean
        | undefined;
}

Indexable

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

    Any additional custom options.

Properties

Properties

organizationName: string

The organization name.