@kayahr/ed-journal
    Preparing search index...

    Interface CommunityGoalReward

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary)

    Index

    Properties

    CGID?: ID
    event: "CommunityGoalReward"

    The type of event.

    Name: string
    Reward: number
    System: string
    timestamp: string

    The time in GMT, ISO 8601.