UNPKG

@cdklabs/cdk-appflow

Version:

*Note:* this library is currently in technical preview.

10 lines (9 loc) 259 B
import { ConnectorType } from "../core/connectors/connector-type"; /** * @internal */ export declare class GoogleBigQueryConnectorType extends ConnectorType { static get instance(): ConnectorType; private static actualInstance; constructor(); }