diff --git a/packages/aris-source-weatherkit/src/index.ts b/packages/aris-source-weatherkit/src/index.ts index f950694..192e6bf 100644 --- a/packages/aris-source-weatherkit/src/index.ts +++ b/packages/aris-source-weatherkit/src/index.ts @@ -1,14 +1,8 @@ export { WeatherKey, type Weather } from "./weather-context" -export { - WeatherSource, - Units, - type Units as UnitsType, - type WeatherSourceOptions, -} from "./weather-source" +export { WeatherSource, Units, type WeatherSourceOptions } from "./weather-source" export { WeatherFeedItemType, - type WeatherFeedItemType as WeatherFeedItemTypeType, type WeatherFeedItem, type CurrentWeatherFeedItem, type CurrentWeatherData, @@ -27,11 +21,6 @@ export { Certainty, PrecipitationType, DefaultWeatherKitClient, - type ConditionCode as ConditionCodeType, - type Severity as SeverityType, - type Urgency as UrgencyType, - type Certainty as CertaintyType, - type PrecipitationType as PrecipitationTypeType, type WeatherKitClient, type WeatherKitCredentials, type WeatherKitQueryOptions,