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

    Interface ColonisationConstructionDepot

    Base interface shared by all journal event types.

    interface ColonisationConstructionDepot {
        ConstructionComplete: boolean;
        ConstructionFailed: boolean;
        ConstructionProgress: number;
        event: "ColonisationConstructionDepot";
        MarketID: ID;
        ResourcesRequired: ColonisationConstructionResource[];
        timestamp: string;
    }

    Hierarchy (View Summary)

    • JournalEvent<"ColonisationConstructionDepot">
      • ColonisationConstructionDepot
    Index

    Properties

    ConstructionComplete: boolean
    ConstructionFailed: boolean
    ConstructionProgress: number
    event: "ColonisationConstructionDepot"

    The type of event.

    MarketID: ID
    timestamp: string

    The time in GMT, ISO 8601.