fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
36 lines • 1.04 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.
*/
/**
*
* @export
* @enum {string}
*/
export declare enum LiveEventType {
update_badges = "update-badges",
notification = "notification",
notification_update = "notification-update",
p_u = "p-u",
new_vote = "new-vote",
deleted_vote = "deleted-vote",
new_comment = "new-comment",
updated_comment = "updated-comment",
deleted_comment = "deleted-comment",
cvc = "cvc",
new_config = "new-config",
thread_state_change = "thread-state-change",
fr = "fr",
dfr = "dfr",
new_feed_post = "new-feed-post",
updated_feed_post = "updated-feed-post",
deleted_feed_post = "deleted-feed-post"
}
//# sourceMappingURL=live-event-type.d.ts.map