/** * Identifier for an integration connection that depends on an auth connection */ export interface DependentIntegrationConnectionIdentifier { id: string; name: string; }