Skip to main content
Example
export interface Connection {
  name: string;
  strategy: string;
  metadata?: Record<string, string>;
}

Properties

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