MarkdownPreview500Response

Properties

Name Type Description Notes
success boolean   [default to undefined]
message string   [default to undefined]
error string   [default to undefined]

Example

import { MarkdownPreview500Response } from './api';

const instance: MarkdownPreview500Response = {
    success,
    message,
    error,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.