Interface Friends

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

event: "Friends"

The type of event.

Name: string
Status: string
timestamp: string

The time in GMT, ISO 8601.