fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
188 lines • 4.23 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 { CommentUserBadgeInfo } from './comment-user-badge-info';
/**
* From T, pick a set of properties whose keys are in the union K
* @export
* @interface PickFCommentPublicCommentFieldsKeys
*/
export interface PickFCommentPublicCommentFieldsKeys {
/**
*
* @type {string}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'date': string;
/**
*
* @type {string}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'_id': string;
/**
*
* @type {string}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'userId'?: string;
/**
*
* @type {string}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'anonUserId'?: string;
/**
*
* @type {string}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'commenterName': string;
/**
*
* @type {string}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'commenterLink'?: string;
/**
*
* @type {string}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'commentHTML': string;
/**
*
* @type {string}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'parentId'?: string;
/**
*
* @type {number}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'votes'?: number;
/**
*
* @type {number}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'votesUp'?: number;
/**
*
* @type {number}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'votesDown'?: number;
/**
*
* @type {boolean}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'verified': boolean;
/**
*
* @type {string}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'avatarSrc'?: string;
/**
*
* @type {boolean}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'isSpam'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'hasImages'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'isDeleted'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'isDeletedUser'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'isByAdmin'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'isByModerator'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'isPinned'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'isLocked'?: boolean;
/**
*
* @type {number}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'rating'?: number;
/**
*
* @type {string}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'displayLabel'?: string;
/**
*
* @type {Array<CommentUserBadgeInfo>}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'badges'?: Array<CommentUserBadgeInfo>;
/**
*
* @type {Array<string>}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'feedbackIds'?: Array<string>;
/**
*
* @type {number}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'viewCount'?: number;
/**
*
* @type {boolean}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'requiresVerification'?: boolean;
/**
*
* @type {string}
* @memberof PickFCommentPublicCommentFieldsKeys
*/
'editKey'?: string;
}
//# sourceMappingURL=pick-fcomment-public-comment-fields-keys.d.ts.map