Skip to main content
Example
export interface FederatedSignupPasswordPayloadOptions {
  connection: string;
  [key: string]: string | number | boolean;
}

Properties

connection
string