API Reference / KeplerPack · type
Type Alias: KeplerPack
type KeplerPack = {
bodies: Record<string, KeplerElements>;
epoch: number;
};
Properties
| Property | Type |
|---|---|
<a id="bodies"></a> bodies | Record<string, KeplerElements> |
<a id="epoch"></a> epoch | number |