Skip to main content
Interface for the screen data specific to organization-selection screen.
Example
export interface ScreenMembersOnOrganizationSelection extends ScreenMembers {
  client: ClientMembers;
  organization: OrganizationMembers;
  prompt: PromptMembers;
  screen: ScreenMembers;
  transaction: TransactionMembers;
  User: UserMembers;
}

Properties

captchaImage
string
captchaProvider
string
captchaSiteKey
string
isCaptchaAvailable
boolean
name
string
texts
Record