Fake Mirrors
    Preparing search index...

    Interface EnabledProxyModel

    Represents an enabled proxy model.

    interface EnabledProxyModel {
        campaignId: string;
        createdAt: Date;
        isEnabled: true;
        messageCount: number;
        proxyId: string;
        url: string;
    }

    Hierarchy (View Summary)

    Properties

    campaignId: string

    The ID of the campaign this proxy belongs to

    createdAt: Date

    The date and time when the proxy was created

    isEnabled: true

    Guaranteed to be true for enabled proxies

    messageCount: number

    Total number of messages processed through this proxy

    proxyId: string

    The unique identifier of the proxy

    url: string

    The proxy URL