UNPKG

fastcomments-sdk

Version:

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

51 lines 1.2 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 { ImportedAPIStatusSUCCESS } from './imported-apistatus-success'; import type { NotificationAndCount } from './notification-and-count'; /** * * @export * @interface HeaderState */ export interface HeaderState { /** * * @type {ImportedAPIStatusSUCCESS} * @memberof HeaderState */ 'status': ImportedAPIStatusSUCCESS; /** * * @type {object} * @memberof HeaderState */ 'NotificationType': object; /** * * @type {string} * @memberof HeaderState */ 'userId': string; /** * * @type {string} * @memberof HeaderState */ 'userIdWS': string; /** * * @type {Array<NotificationAndCount>} * @memberof HeaderState */ 'notificationCounts': Array<NotificationAndCount>; } //# sourceMappingURL=header-state.d.ts.map