Interface IntegrationElementInstance

interface IntegrationElementInstance {
    type: IntegrationElementType;
    instanceId?: string;
    data?: any;
}

Properties

instanceId?: string
data?: any