Type Alias ConnectorSkeleton

ConnectorSkeleton: IdObjectSkeletonInterface & {
    configurationProperties: any;
    connectorRef: {
        bundleName: string;
        bundleVersion: string;
        connectorHostRef: string;
        connectorName: string;
        displayName: string;
        systemType: "provisioner.openicf";
    };
    enabled: boolean;
    objectTypes: Record<string, ObjectTypeSkeleton>;
}