import { AlertColor } from "@mui/material" export type UserInputValueInfo = { title?: string defaultValue?: string isPassword?: boolean multiline?: boolean } export type MessageInfo = { color?: AlertColor content: string duration?: number } export type ConfirmInfo = { title?: string content: string }