import { AlertState } from './types'; export const INITIAL_ALERT_STATE: AlertState = { name: '', description: '', labels: {}, };