UNPKG

fastcomments-sdk

Version:

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

69 lines 1.46 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. */ /** * * @export * @interface UserBadgeProgress */ export interface UserBadgeProgress { /** * * @type {string} * @memberof UserBadgeProgress */ '_id': string; /** * * @type {string} * @memberof UserBadgeProgress */ 'tenantId': string; /** * * @type {string} * @memberof UserBadgeProgress */ 'userId': string; /** * * @type {string} * @memberof UserBadgeProgress */ 'firstCommentId': string; /** * * @type {string} * @memberof UserBadgeProgress */ 'firstCommentDate': string; /** * * @type {number} * @memberof UserBadgeProgress */ 'autoTrustFactor'?: number; /** * * @type {number} * @memberof UserBadgeProgress */ 'manualTrustFactor'?: number; /** * Construct a type with a set of properties K of type T * @type {{ [key: string]: number; }} * @memberof UserBadgeProgress */ 'progress': { [key: string]: number; }; } //# sourceMappingURL=user-badge-progress.d.ts.map