# Interface Documentation Template

# `INTERFACE_IDENTIFIER`

#### Short summary of what it's used for and what it represents.

## Interface Object
```typescript
export interface CLIENT_EVENTS {
  login_success?: Function,
  login_failure?: Function
  logout?: Function
}
```

## Interface Variables

  - ### variable_identifier: `Type`
    - Short description of the variable.
  - ### variable_identifier: `Type`
    - Short description of the variable.