Interface IntegrationElement

interface IntegrationElement {
    type: IntegrationElementType;
    key?: string;
    id?: string;
    config?: any;
}

Properties

Properties

key?: string
id?: string
config?: any