UNPKG

fastcomments-sdk

Version:

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

73 lines 1.36 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 PubSubVote */ export interface PubSubVote { /** * * @type {string} * @memberof PubSubVote */ '_id': string; /** * * @type {string} * @memberof PubSubVote */ 'tenantId': string; /** * * @type {string} * @memberof PubSubVote */ 'urlId': string; /** * * @type {string} * @memberof PubSubVote */ 'urlIdRaw': string; /** * * @type {string} * @memberof PubSubVote */ 'commentId': string; /** * * @type {string} * @memberof PubSubVote */ 'userId'?: string | null; /** * * @type {number} * @memberof PubSubVote */ 'direction': number; /** * * @type {number} * @memberof PubSubVote */ 'createdAt': number; /** * * @type {string} * @memberof PubSubVote */ 'verificationId': string | null; } //# sourceMappingURL=pub-sub-vote.d.ts.map