Celestine API Documentation - v0.2.0
GitHub
npm
Preparing search index...
ProgressionBirthData
Interface ProgressionBirthData
Birth data for progression calculations. Matches the BirthData type from chart module.
interface
ProgressionBirthData
{
year
:
number
;
month
:
number
;
day
:
number
;
hour
:
number
;
minute
:
number
;
second
?:
number
;
timezone
:
number
;
latitude
:
number
;
longitude
:
number
;
}
Index
Properties
year
month
day
hour
minute
second?
timezone
latitude
longitude
Properties
year
year
:
number
month
month
:
number
day
day
:
number
hour
hour
:
number
minute
minute
:
number
Optional
second
second
?:
number
timezone
timezone
:
number
latitude
latitude
:
number
longitude
longitude
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
year
month
day
hour
minute
second
timezone
latitude
longitude
GitHub
npm
Celestine API Documentation - v0.2.0
Loading...
Birth data for progression calculations. Matches the BirthData type from chart module.