#ifndef __KIQ_UI_TYPES_HPP__
#define __KIQ_UI_TYPES_HPP__

namespace Event {

static const constexpr char* TASK_SCHEDULED = "Task Scheduled";
static const constexpr char* MESSAGE_RECEIVED = "Message Received";

}  // namespace Event

#endif  // __KIQ_UI_TYPES_HPP__