UNPKG

@cdklabs/cdk-appflow

Version:

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

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