import NWSAlertsItems from './NWSAlertItems'; export default interface NWSAlerts { warning: NWSAlertsItems; watch: NWSAlertsItems; }