Interface FindConnectionsQuery

interface FindConnectionsQuery {
    userId?: string;
    isTest?: boolean;
    integrationKey?: string;
    integrationId?: string;
    includeArchived?: boolean;
    limit?: number;
    cursor?: string;
}

Hierarchy (view full)

Properties

userId?: string
isTest?: boolean
integrationKey?: string
integrationId?: string
includeArchived?: boolean
limit?: number
cursor?: string