Chameleon
    Preparing search index...

    Interface Integration

    interface Integration {
        id: string;
        name: string;
        type: string;
        enabled: boolean;
        syncing?: boolean;
        roleId?: string;
        enableEmoticons?: boolean;
        expireBehavior?: number;
        expireGracePeriod?: number;
        user?: User;
        account: IntegrationAccount;
        syncedAt?: number;
        subscriberCount?: number;
        revoked?: boolean;
        application?: Application;
        scopes?: string[];
    }
    Index

    Properties

    id: string
    name: string
    type: string
    enabled: boolean
    syncing?: boolean
    roleId?: string
    enableEmoticons?: boolean
    expireBehavior?: number
    expireGracePeriod?: number
    user?: User
    syncedAt?: number
    subscriberCount?: number
    revoked?: boolean
    application?: Application
    scopes?: string[]