import { DXCAlert } from './DXCAlert'; import { DXCInputField } from './DXCInputField'; export type DXCUserInteraction = DXCGenericUserInteraction | DXCEmailPrompt | DXCOTPPrompt | DXCMessageAlert | DXCLogoutConfirmation; /** A selectable option that can appear in any user interaction. * * Similar to an HTML `