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

    Interface CommunityGoalDiscard

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary)

    Index

    Properties

    CGID?: ID
    event: "CommunityGoalDiscard"

    The type of event.

    Name: string
    System: string
    timestamp: string

    The time in GMT, ISO 8601.