frontend
    Preparing search index...

    Interface ActionLogResponse

    Response containing action log entries.

    interface ActionLogResponse {
        entries: ActionLogEntry[];
    }
    Index

    Properties

    Properties

    entries: ActionLogEntry[]