# Types

## SnotifyTypeType

 - definition
```typescript
SnotifyTypeType
  = 'simple'
  | 'success'
  | 'error'
  | 'warning'
  | 'info'
  | 'async'
  | 'confirm'
  | 'prompt';
````

## SnotifyEvent

 - definition
```typescript
SnotifyTypeType
  = 'mounted'
  | 'beforeShow'
  | 'shown'
  | 'input'
  | 'click'
  | 'mouseenter'
  | 'mouseleave'
  | 'beforeHide'
  | 'hidden'
  | 'destroyed';
````
