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

Indexable

[key: string]: string | number | boolean

Properties

connection
string