mirror of
https://github.com/acamarata/nrel-spa.git
synced 2026-07-01 11:24:25 +00:00
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to package.json. Generate initial API reference pages. Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
29 lines
683 B
Markdown
29 lines
683 B
Markdown
[**nrel-spa v2.0.2**](../README.md)
|
|
|
|
***
|
|
|
|
[nrel-spa](../README.md) / SpaAnglesResult
|
|
|
|
# Interface: SpaAnglesResult
|
|
|
|
Defined in: [types.ts:78](https://github.com/acamarata/nrel-spa/blob/dea28b9262311319e14e8b9f29cb072ae4aea635/src/types.ts#L78)
|
|
|
|
## Properties
|
|
|
|
### sunrise
|
|
|
|
> **sunrise**: `number`
|
|
|
|
Defined in: [types.ts:80](https://github.com/acamarata/nrel-spa/blob/dea28b9262311319e14e8b9f29cb072ae4aea635/src/types.ts#L80)
|
|
|
|
Sunrise time for this custom zenith angle.
|
|
|
|
***
|
|
|
|
### sunset
|
|
|
|
> **sunset**: `number`
|
|
|
|
Defined in: [types.ts:82](https://github.com/acamarata/nrel-spa/blob/dea28b9262311319e14e8b9f29cb072ae4aea635/src/types.ts#L82)
|
|
|
|
Sunset time for this custom zenith angle.
|