Fake Mirrors
    Preparing search index...

    Interface EnabledLureModel

    Represents an enabled lure model.

    interface EnabledLureModel {
        campaignId: string;
        createdAt: Date;
        isEnabled: true;
        lureId: string;
        path: string;
        redirectorId: string;
        sessionCount: number;
    }

    Hierarchy (View Summary)

    Properties

    campaignId: string

    The ID of the campaign this lure belongs to

    createdAt: Date

    The date and time when the lure was created

    isEnabled: true

    Guaranteed to be true for enabled lures

    lureId: string

    The unique identifier of the lure

    path: string

    The URL path

    redirectorId: string

    The ID of the redirector that handles this lure

    sessionCount: number

    Total number of sessions that were upgraded through this lure