export interface ConnectorResponse { connectorName: string; hasSupport: boolean; pluginName: string; order: number; command: string; name: string; iri: string; }