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

added is_heroic

This commit is contained in:
Fedor Katurov 2019-10-23 11:46:08 +07:00
parent a1dbb6bdfa
commit c49dbb344d
3 changed files with 12 additions and 4 deletions

View file

@ -120,6 +120,7 @@ export interface INode {
thumbnail?: string;
description?: string;
is_liked?: boolean;
is_heroic?: boolean;
options: {
flow: {