Celestine API Documentation - v0.2.0
    Preparing search index...

    Interface ElementDistribution

    Element distribution in the chart.

    interface ElementDistribution {
        fire: string[];
        earth: string[];
        air: string[];
        water: string[];
    }
    Index

    Properties

    Properties

    fire: string[]

    Planets in fire signs

    earth: string[]

    Planets in earth signs

    air: string[]

    Planets in air signs

    water: string[]

    Planets in water signs