Fake Mirrors
    Preparing search index...

    Interface EnabledProxyModel

    Represents the enabled proxy model.

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

    Hierarchy (View Summary)

    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

    The total number of messages processed through this proxy.

    proxyId: string

    The unique identifier for the proxy.

    url: string

    The upstream URL for the proxy.