diff --git a/src/interfaces/index.ts b/src/interfaces/index.ts index a914807..65d3aeb 100644 --- a/src/interfaces/index.ts +++ b/src/interfaces/index.ts @@ -3,7 +3,6 @@ export type { GroundPositionParams } from './GroundPositionParams'; export type { OptionsParams } from './OptionsParams'; export type { SatelliteParams } from './SatelliteParams'; export type { SensorParams } from './SensorParams'; -export type { RfSensorParams } from './RfSensorParams'; export type { StarObjectParams } from './StarObjectParams'; export type { ClassicalElementsParams } from './ClassicalElementsParams'; export type { EquinoctialElementsParams } from './EquinoctialElementsParams';