UNPKG

lost-sia

Version:

Single Image Annotation Tool

8 lines (7 loc) 129 B
declare enum NotificationType { INFO = 0, SUCCESS = 1, WARNING = 2, ERROR = 3 } export default NotificationType;