{
  "name": "MessageBox::Type",
  "header": "nativeui/message_box.h",
  "type": "String",
  "namespace": "nu",
  "description": "Represent possible `MessageBox` types.",
  "enums": [
    {
      "name": "\"none\""
    },
    {
      "name": "\"information\""
    },
    {
      "name": "\"warning\""
    },
    {
      "name": "\"error\""
    }
  ],
  "id": "messagebox_type"
}