Skip to main content
Example
export interface EnterpriseConnection extends Connection {
  options: {
    iconUrl?: string;
    displayName?: string;
    showAsButton: boolean;
  };
}

Properties

metadata?
Record<string, string>
name
string
options
object
strategy
string