SpaceDiscoveryData: {
    discoveryTimestamp: number;
    explorerName: string;
    objectId: UniverseObjectId;
}

Information about a space discovery

Type declaration

  • discoveryTimestamp: number

    The timestamp at which the object was discovered.

  • explorerName: string

    The name of the explorer who discovered the object.

  • objectId: UniverseObjectId

    The ID of the object discovered.