Skip to content

Type Alias: BodyIdentity

ts
type BodyIdentity = 
  | PlanetIdentity
  | StarIdentity;

Discriminated union of identity shapes. Kept as a union (not an intersection) so the discriminant type narrows accesses to the type-specific fields (surfaceLook / spectralType).

Distribué sous la licence indiquée dans le dépôt.