Documentation
    Preparing search index...
    type EventLogPack = {
        channel?: string | null;
        email?: string;
        event_type: string;
        occur_at: Date;
        payload?: any;
        user_email?: string | null;
    }
    Index

    Properties

    channel?: string | null
    email?: string
    event_type: string
    occur_at: Date
    payload?: any
    user_email?: string | null