Interface CommunityGoalJoin

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

CGID?: number
Name: string
System: string
event: "CommunityGoalJoin"

The type of event.

timestamp: string

The time in GMT, ISO 8601.