@oliversalzburg/js-utils - v0.5.0
    Preparing search index...

    Interface ReportEntry

    An entry of a Report.

    interface ReportEntry {
        context: Record<string, unknown> | undefined;
        message: string;
    }
    Index

    Properties

    Properties

    context: Record<string, unknown> | undefined

    An optional key-value hash, that might have been provided with the entry.

    message: string

    The message in the entry.