FormioEmailConfig
@tsed/formio
Usage
typescript
import { FormioEmailConfig } from "@tsed/formio";
See /packages/third-parties/formio/src/types/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;