@ory/client
Version:
OpenAPI client for @ory/client
23 lines (15 loc) • 559 B
Markdown
# 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)