1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

added like count to nodes

This commit is contained in:
Fedor Katurov 2020-05-08 18:00:39 +07:00
parent 7f372bb025
commit 5c1610218d
6 changed files with 39 additions and 6 deletions

View file

@ -124,6 +124,7 @@ export interface INode {
description?: string;
is_liked?: boolean;
is_heroic?: boolean;
like_count?: number;
flow: {
display: 'single' | 'vertical' | 'horizontal' | 'quadro';