UNPKG

fastcomments-sdk

Version:

FastComments API Client - A SDK for interacting with the FastComments API

76 lines 1.92 kB
/** * 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 { PickFCommentApprovedOrCommentHTML } from './pick-fcomment-approved-or-comment-html'; /** * * @export * @interface SetCommentText200Response */ export interface SetCommentText200Response { /** * * @type {PickFCommentApprovedOrCommentHTML} * @memberof SetCommentText200Response */ 'comment': PickFCommentApprovedOrCommentHTML; /** * * @type {ImportedAPIStatusFAILED} * @memberof SetCommentText200Response */ 'status': ImportedAPIStatusFAILED; /** * * @type {string} * @memberof SetCommentText200Response */ 'reason': string; /** * * @type {string} * @memberof SetCommentText200Response */ 'code': string; /** * * @type {string} * @memberof SetCommentText200Response */ 'secondaryCode'?: string; /** * * @type {number} * @memberof SetCommentText200Response */ 'bannedUntil'?: number; /** * * @type {number} * @memberof SetCommentText200Response */ 'maxCharacterLength'?: number; /** * * @type {string} * @memberof SetCommentText200Response */ 'translatedError'?: string; /** * * @type {CustomConfigParameters} * @memberof SetCommentText200Response */ 'customConfig'?: CustomConfigParameters; } //# sourceMappingURL=set-comment-text200-response.d.ts.map