type ModAlertErrorProps = { content: string | null; className: string | undefined; }; type ModAlertInfoProps = { content: string | null; className: string | undefined; }; export type { ModAlertErrorProps, ModAlertInfoProps };