fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
82 lines • 2.21 kB
TypeScript
/**
* fastcomments
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import type { CustomConfigParameters } from './custom-config-parameters';
import type { ImportedAPIStatusFAILED } from './imported-apistatus-failed';
import type { PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserId } from './pick-fcomment-is-deleted-or-comment-htmlor-commenter-name-or-user-id';
/**
*
* @export
* @interface DeleteCommentPublic200Response
*/
export interface DeleteCommentPublic200Response {
/**
*
* @type {PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserId}
* @memberof DeleteCommentPublic200Response
*/
'comment'?: PickFCommentIsDeletedOrCommentHTMLOrCommenterNameOrUserId;
/**
*
* @type {boolean}
* @memberof DeleteCommentPublic200Response
*/
'hardRemoved': boolean;
/**
*
* @type {ImportedAPIStatusFAILED}
* @memberof DeleteCommentPublic200Response
*/
'status': ImportedAPIStatusFAILED;
/**
*
* @type {string}
* @memberof DeleteCommentPublic200Response
*/
'reason': string;
/**
*
* @type {string}
* @memberof DeleteCommentPublic200Response
*/
'code': string;
/**
*
* @type {string}
* @memberof DeleteCommentPublic200Response
*/
'secondaryCode'?: string;
/**
*
* @type {number}
* @memberof DeleteCommentPublic200Response
*/
'bannedUntil'?: number;
/**
*
* @type {number}
* @memberof DeleteCommentPublic200Response
*/
'maxCharacterLength'?: number;
/**
*
* @type {string}
* @memberof DeleteCommentPublic200Response
*/
'translatedError'?: string;
/**
*
* @type {CustomConfigParameters}
* @memberof DeleteCommentPublic200Response
*/
'customConfig'?: CustomConfigParameters;
}
//# sourceMappingURL=delete-comment-public200-response.d.ts.map