Type Alias InfoBoxContent

type InfoBoxContent = {
    id: string;
    text: string;
    type: "info" | "warning" | "error";
}
Index

Properties

Properties

id: string
text: string
type: "info" | "warning" | "error"