Documentation
    Preparing search index...
    type EventLogCfg = {
        channel?: string | null;
        event_type: string;
        id?: number;
        occur_at: Date;
        payload?: any | null;
        user_id?: number | null;
    }
    Index

    Properties

    channel?: string | null
    event_type: string
    id?: number
    occur_at: Date
    payload?: any | null
    user_id?: number | null