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