ts-mailcow-api
    Preparing search index...

    Interface ACMELog

    Base Log interface

    interface ACMELog {
        message: string;
        time: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string

    Log message.

    time: number

    Timestamp in Epoch format.