@zodiacs/engine 0.1.1-rc.1
    Preparing search index...

    Interface BirthInput

    A resolved birth instant. Use resolveBirth from @zodiacs/engine/geo when starting from a local wall time and IANA timezone.

    interface BirthInput {
        flags?: readonly ChartFlag[];
        houseSystem?: HouseSystem;
        latitude?: number;
        longitude?: number;
        timeKnown?: boolean;
        utc: DateInput;
    }
    Index
    flags?: readonly ChartFlag[]
    houseSystem?: HouseSystem
    latitude?: number
    longitude?: number
    timeKnown?: boolean

    Set false when utc is a conventional noon placeholder.