Interface CommunityGoalJoin

Base interface shared by all journal event types.

interface CommunityGoalJoin {
    CGID?: number;
    event: "CommunityGoalJoin";
    Name: string;
    System: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

CGID?: number
event: "CommunityGoalJoin"

The type of event.

Name: string
System: string
timestamp: string

The time in GMT, ISO 8601.