Fake Mirrors
    Preparing search index...

    Interface EnabledLureModel

    Represents the enabled lure model.

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

    Hierarchy (View Summary)

    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 for the lure.

    path: string

    The URL path for the lure.

    redirectorId: string

    The ID of the redirector that handles this lure.

    sessionCount: number

    The total number of sessions processed through this lure.