Interface CommunityGoalReward

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

CGID?: number
Name: string
Reward: number
System: string
event: "CommunityGoalReward"

The type of event.

timestamp: string

The time in GMT, ISO 8601.