8 lines
133 B
TypeScript
Raw Normal View History

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