interface LogEntry {
    details: unknown[];
    message: string;
    type: LogEntryType;
}

Properties

Properties

details: unknown[]
message: string