MarkdownPreview422Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| success | MarkdownPreview422ResponseSuccess | [default to undefined] | |
| message | string | [default to undefined] | |
| data | string | [default to undefined] | |
| error | string | [default to undefined] | |
| errors | string | [default to undefined] |
Example
import { MarkdownPreview422Response } from './api';
const instance: MarkdownPreview422Response = {
success,
message,
data,
error,
errors,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.