# EmailTemplateDataBody


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**html** | **string** |  | [default to undefined]
**plaintext** | **string** |  | [default to undefined]

## Example

```typescript
import { EmailTemplateDataBody } from '@ory/client';

const instance: EmailTemplateDataBody = {
    html,
    plaintext,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
