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:
parent
a1dbb6bdfa
commit
c49dbb344d
3 changed files with 12 additions and 4 deletions
|
@ -120,6 +120,7 @@ export interface INode {
|
|||
thumbnail?: string;
|
||||
description?: string;
|
||||
is_liked?: boolean;
|
||||
is_heroic?: boolean;
|
||||
|
||||
options: {
|
||||
flow: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue