DisBot
    Preparing search index...

    Type Alias LogEvent

    type LogEvent = {
        message: string;
        target: string;
        timestamp: Date;
    }
    Index

    Properties

    message: string
    target: string
    timestamp: Date