Type Alias ApiSpecResponse

type ApiSpecResponse = {
    connectionProperties: unknown;
    connectorProvider: string;
    connectorVersion: string;
}
Index

Properties

connectionProperties: unknown

List of properties required for the given datasource

connectorProvider: string
connectorVersion: string