ConnectionInterfaceDetailsResponse: {
    attributesByEnv: ConnectionInterfaceDetailsResponseConnectionInterfaceAttributesByEnv[];
    automaticallyGenerated: boolean;
    connectionInterfaceId: string;
    id: string;
    sourcePluginVersionId?: string;
    typeId: string;
    visibility?: ConnectionInterfaceDetailsResponseVisibility;
}

Type declaration