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

changed node structure

This commit is contained in:
Fedor Katurov 2019-10-20 18:13:09 +07:00
parent 5d7b76f003
commit 23a38fed60
2 changed files with 6 additions and 11 deletions

View file

@ -117,13 +117,8 @@ export interface INode {
type: string;
blocks: IBlock[];
brief?: {
thumbnail?: string;
description?: string;
owner?: string;
comments?: number;
};
thumbnail?: string;
description?: string;
options: {
flow: {