export interface Connection { name: string; strategy: string; metadata?: Record<string, string>; }
Was this page helpful?