Interface Friends

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Name: string
Status: string
event: "Friends"

The type of event.

timestamp: string

The time in GMT, ISO 8601.