From 527d368f81ee010bc3202d167cf1ceed9550a33e Mon Sep 17 00:00:00 2001 From: Theodore Kruczek Date: Mon, 15 Jan 2024 13:33:15 -0500 Subject: [PATCH] fix: :adhesive_bandage: remove old import --- src/interfaces/index.ts | 1 - 1 file changed, 1 deletion(-) 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';