Chameleon
    Preparing search index...

    Interface Connection

    interface Connection {
        id: string;
        name: string;
        type: string;
        revoked?: boolean;
        integrations?: Integration[];
        verified: boolean;
        friendSync: boolean;
        showActivity: boolean;
        twoWayLink: boolean;
        visibility: number;
    }
    Index

    Properties

    id: string
    name: string
    type: string
    revoked?: boolean
    integrations?: Integration[]
    verified: boolean
    friendSync: boolean
    showActivity: boolean
    twoWayLink: boolean
    visibility: number