FormioEmailConfig
@tsed/formio
Usage
typescript
import { FormioEmailConfig } from "@tsed/formio";See /packages/third-parties/formio/src/domain/FormioConfig.ts.
Overview
ts
interface FormioEmailConfig {
type: string;
username: string;
password: string;
}type
ts
type: string;username
ts
username: string;password
ts
password: string;