Type alias CreateUserRegistrationChallengeInput

CreateUserRegistrationChallengeInput: {
    orgId: EntityId;
    registrationCode: string;
    username: string;
}

Type declaration

  • orgId: EntityId
  • registrationCode: string
  • username: string

Generated using TypeDoc