@kayahr/edsm
    Preparing search index...

    Interface SystemIdRequestOptions

    Request options for referencing a system via EDSM or Frontier ID instead of name. Needed when system name is not unique.

    interface SystemIdRequestOptions {
        systemId?: number;
        systemId64?: Id64;
    }

    Hierarchy (View Summary)

    Index

    Properties

    systemId?: number

    The system ID if you seek for a duplicate system and want to force a specific ID.

    systemId64?: Id64

    The system ID64 if you seek for a duplicate system and want to force a specific ID.