> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: Astronomy

Defined in: [types.ts:113](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/types.ts#L113)

Represents astronomy data

## Properties

### moon\_illumination

> **moon\_illumination**: `` `${bigint}` ``

Defined in: [types.ts:114](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/types.ts#L114)

***

### moon\_phase

> **moon\_phase**: [`MoonPhase`](/documentation/api/weather-helpers/type-aliases/MoonPhase)

Defined in: [types.ts:115](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/types.ts#L115)

***

### moonrise

> **moonrise**: `` `${bigint}:${bigint} AM` `` | `` `${bigint}:${bigint} PM` ``

Defined in: [types.ts:116](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/types.ts#L116)

***

### moonset

> **moonset**: `` `${bigint}:${bigint} AM` `` | `` `${bigint}:${bigint} PM` ``

Defined in: [types.ts:117](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/types.ts#L117)

***

### sunrise

> **sunrise**: `` `${bigint}:${bigint} AM` `` | `` `${bigint}:${bigint} PM` ``

Defined in: [types.ts:118](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/types.ts#L118)

***

### sunset

> **sunset**: `` `${bigint}:${bigint} AM` `` | `` `${bigint}:${bigint} PM` ``

Defined in: [types.ts:119](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/types.ts#L119)
