import { AlertTypes } from './alert'; export interface InputAlertObj { message?: string; type: AlertTypes; } //# sourceMappingURL=input.model.d.ts.map