@kayahr/ed-journal

    Interface Friends

    Base interface shared by all journal event types.

    interface Friends {
        event: "Friends";
        Name: string;
        Status: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "Friends"

    The type of event.

    Name: string
    Status: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR