Preparing search index...

    Interface Planet

    interface Planet {
        glyph: string;
        name: string;
        type: PlanetType;
    }
    Index

    Properties

    Properties

    glyph: string

    The glyph or symbol associated with the celestial body. Examples: "☉" for the Sun, "☽" for the Moon, "♂" for Mars.

    name: string

    The name of the celestial body. Examples: "Sun", "Moon".

    type: PlanetType

    The type or category of the celestial body. Examples: "Personal", "Luminary".