Interface CommunityGoalDiscard

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

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

The type of event.

timestamp: string

The time in GMT, ISO 8601.