# AccountType

Enum that represents account types.

### ASSET

```ts
ASSET: "ASSET";
```

Asset account type

***

### INCOMING

```ts
INCOMING: "INCOMING";
```

Incoming account type

***

### LIABILITY

```ts
LIABILITY: "LIABILITY";
```

Liability account type

***

### OUTGOING

```ts
OUTGOING: "OUTGOING";
```

Outgoing account type
