UNPKG

fastcomments-sdk

Version:

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

75 lines 1.89 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'; /** * * @export * @interface GetUserNotificationCount200Response */ export interface GetUserNotificationCount200Response { /** * * @type {ImportedAPIStatusFAILED} * @memberof GetUserNotificationCount200Response */ 'status': ImportedAPIStatusFAILED; /** * * @type {number} * @memberof GetUserNotificationCount200Response */ 'count': number; /** * * @type {string} * @memberof GetUserNotificationCount200Response */ 'reason': string; /** * * @type {string} * @memberof GetUserNotificationCount200Response */ 'code': string; /** * * @type {string} * @memberof GetUserNotificationCount200Response */ 'secondaryCode'?: string; /** * * @type {number} * @memberof GetUserNotificationCount200Response */ 'bannedUntil'?: number; /** * * @type {number} * @memberof GetUserNotificationCount200Response */ 'maxCharacterLength'?: number; /** * * @type {string} * @memberof GetUserNotificationCount200Response */ 'translatedError'?: string; /** * * @type {CustomConfigParameters} * @memberof GetUserNotificationCount200Response */ 'customConfig'?: CustomConfigParameters; } //# sourceMappingURL=get-user-notification-count200-response.d.ts.map