fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
76 lines • 1.87 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 { PickFCommentAPICommentFieldsKeys } from './pick-fcomment-apicomment-fields-keys';
/**
*
* @export
* @interface GetComment200Response
*/
export interface GetComment200Response {
/**
*
* @type {ImportedAPIStatusFAILED}
* @memberof GetComment200Response
*/
'status': ImportedAPIStatusFAILED;
/**
*
* @type {PickFCommentAPICommentFieldsKeys}
* @memberof GetComment200Response
*/
'comment': PickFCommentAPICommentFieldsKeys;
/**
*
* @type {string}
* @memberof GetComment200Response
*/
'reason': string;
/**
*
* @type {string}
* @memberof GetComment200Response
*/
'code': string;
/**
*
* @type {string}
* @memberof GetComment200Response
*/
'secondaryCode'?: string;
/**
*
* @type {number}
* @memberof GetComment200Response
*/
'bannedUntil'?: number;
/**
*
* @type {number}
* @memberof GetComment200Response
*/
'maxCharacterLength'?: number;
/**
*
* @type {string}
* @memberof GetComment200Response
*/
'translatedError'?: string;
/**
*
* @type {CustomConfigParameters}
* @memberof GetComment200Response
*/
'customConfig'?: CustomConfigParameters;
}
//# sourceMappingURL=get-comment200-response.d.ts.map