UNPKG

fastcomments-sdk

Version:

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

73 lines 1.52 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 CommentUserBadgeInfo */ export interface CommentUserBadgeInfo { /** * * @type {string} * @memberof CommentUserBadgeInfo */ 'id': string; /** * * @type {number} * @memberof CommentUserBadgeInfo */ 'type': number; /** * * @type {string} * @memberof CommentUserBadgeInfo */ 'description': string; /** * * @type {string} * @memberof CommentUserBadgeInfo */ 'displayLabel'?: string | null; /** * * @type {string} * @memberof CommentUserBadgeInfo */ 'displaySrc'?: string | null; /** * * @type {string} * @memberof CommentUserBadgeInfo */ 'backgroundColor'?: string | null; /** * * @type {string} * @memberof CommentUserBadgeInfo */ 'borderColor'?: string | null; /** * * @type {string} * @memberof CommentUserBadgeInfo */ 'textColor'?: string | null; /** * * @type {string} * @memberof CommentUserBadgeInfo */ 'cssClass'?: string | null; } //# sourceMappingURL=comment-user-badge-info.d.ts.map