export declare enum ECommentAction {
    "ADD" = "ADD",
    "DELETE" = "DELETE"
}
//# sourceMappingURL=ECommentAction.d.ts.map