fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
96 lines • 2.45 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 { RenderableUserNotification } from './renderable-user-notification';
/**
*
* @export
* @interface GetUserNotifications200Response
*/
export interface GetUserNotifications200Response {
/**
* Construct a type with a set of properties K of type T
* @type {{ [key: string]: string; }}
* @memberof GetUserNotifications200Response
*/
'translations'?: {
[key: string]: string;
};
/**
*
* @type {boolean}
* @memberof GetUserNotifications200Response
*/
'isSubscribed': boolean;
/**
*
* @type {boolean}
* @memberof GetUserNotifications200Response
*/
'hasMore': boolean;
/**
*
* @type {Array<RenderableUserNotification>}
* @memberof GetUserNotifications200Response
*/
'notifications': Array<RenderableUserNotification>;
/**
*
* @type {ImportedAPIStatusFAILED}
* @memberof GetUserNotifications200Response
*/
'status': ImportedAPIStatusFAILED;
/**
*
* @type {string}
* @memberof GetUserNotifications200Response
*/
'reason': string;
/**
*
* @type {string}
* @memberof GetUserNotifications200Response
*/
'code': string;
/**
*
* @type {string}
* @memberof GetUserNotifications200Response
*/
'secondaryCode'?: string;
/**
*
* @type {number}
* @memberof GetUserNotifications200Response
*/
'bannedUntil'?: number;
/**
*
* @type {number}
* @memberof GetUserNotifications200Response
*/
'maxCharacterLength'?: number;
/**
*
* @type {string}
* @memberof GetUserNotifications200Response
*/
'translatedError'?: string;
/**
*
* @type {CustomConfigParameters}
* @memberof GetUserNotifications200Response
*/
'customConfig'?: CustomConfigParameters;
}
//# sourceMappingURL=get-user-notifications200-response.d.ts.map