Member Junction
    Preparing search index...

    Master integration definition (e.g., "HubSpot", "Salesforce")

    interface IntegrationDefinitionRow {
        BatchMaxRequestCount: number;
        BatchRequestWaitTime: number;
        ClassName: string | null;
        CredentialTypeID: string | null;
        Description: string | null;
        ID: string;
        ImportPath: string | null;
        Name: string;
        NavigationBaseURL: string | null;
        SourceTypeID: string | null;
    }
    Index

    Properties

    BatchMaxRequestCount: number
    BatchRequestWaitTime: number
    ClassName: string | null
    CredentialTypeID: string | null
    Description: string | null
    ID: string
    ImportPath: string | null
    Name: string
    NavigationBaseURL: string | null
    SourceTypeID: string | null