UNPKG

fastcomments-sdk

Version:

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

76 lines 2.03 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 { QuestionResultAggregationOverall } from './question-result-aggregation-overall'; /** * * @export * @interface AggregateQuestionResults200Response */ export interface AggregateQuestionResults200Response { /** * * @type {ImportedAPIStatusFAILED} * @memberof AggregateQuestionResults200Response */ 'status': ImportedAPIStatusFAILED; /** * * @type {QuestionResultAggregationOverall} * @memberof AggregateQuestionResults200Response */ 'data': QuestionResultAggregationOverall; /** * * @type {string} * @memberof AggregateQuestionResults200Response */ 'reason': string; /** * * @type {string} * @memberof AggregateQuestionResults200Response */ 'code': string; /** * * @type {string} * @memberof AggregateQuestionResults200Response */ 'secondaryCode'?: string; /** * * @type {number} * @memberof AggregateQuestionResults200Response */ 'bannedUntil'?: number; /** * * @type {number} * @memberof AggregateQuestionResults200Response */ 'maxCharacterLength'?: number; /** * * @type {string} * @memberof AggregateQuestionResults200Response */ 'translatedError'?: string; /** * * @type {CustomConfigParameters} * @memberof AggregateQuestionResults200Response */ 'customConfig'?: CustomConfigParameters; } //# sourceMappingURL=aggregate-question-results200-response.d.ts.map