UNPKG

@storm-stack/types

Version:

⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

8 lines (7 loc) 125 B
export const MessageType = { HELP: "help", ERROR: "error", WARNING: "warning", INFO: "info", SUCCESS: "success" };