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:
parent
7f372bb025
commit
5c1610218d
6 changed files with 39 additions and 6 deletions
|
@ -124,6 +124,7 @@ export interface INode {
|
|||
description?: string;
|
||||
is_liked?: boolean;
|
||||
is_heroic?: boolean;
|
||||
like_count?: number;
|
||||
|
||||
flow: {
|
||||
display: 'single' | 'vertical' | 'horizontal' | 'quadro';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue