Type Alias IntegrationAuthOption

IntegrationAuthOption: ConnectorAuthSpec & {
    key: string;
}