---
url: /api/third-parties/formio/types/domain/interface-formio-email-config.md
description: api documentation of FormioEmailConfig from @tsed/formio
---

## Usage

```typescript
import { FormioEmailConfig } from "@tsed/formio";
```

> See [/packages/third-parties/formio/src/domain/FormioConfig.ts](https://github.com/tsedio/tsed/blob/v8.38.8/packages/third-parties/formio/src/domain/FormioConfig.ts#L0-L0).

## Overview

```ts
interface FormioEmailConfig {
    type: string;
    username: string;
    password: string;
}
```

## type

```ts
type: string;
```

## username

```ts
username: string;
```

## password

```ts
password: string;
```
