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:
parent
5d7b76f003
commit
23a38fed60
2 changed files with 6 additions and 11 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue