astro.Variable.PERMIT_LOCKED_SYSTEMS - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / astro / PERMIT_LOCKED_SYSTEMS
constPERMIT_LOCKED_SYSTEMS: readonlyPermitLockedSystem[]
Defined in: src/astro/permit-locked-systems.ts:52
The individually permit-locked systems, sorted by name.
The array and every record are frozen at runtime. Region-locked systems are not
listed here; see PERMIT_LOCKED_REGIONS in ./permit-locked-regions.
import { PERMIT_LOCKED_SYSTEMS } from '@elite-dangerous-almanac/core/astro/permit-locked-systems';
PERMIT_LOCKED_SYSTEMS.find((system) => system.name === 'Sol')?.id64;
// -> 10477373803n