panoratech / Panora

One API to connect your data sources to your LLMs
https://docs.panora.dev
Apache License 2.0
867 stars 181 forks source link

Fix validate-connectors script #424

Closed mit-27 closed 4 months ago

mit-27 commented 4 months ago
mit-27 commented 4 months ago

Hello @naelob ,

// Original
export type OriginalCollectionOutput = JiraCollectionOutput;

// Convert into this
export type OriginalCollectionOutput = | JiraCollectionOutput;