mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
flow for node
This commit is contained in:
parent
313c41b56c
commit
2f73e9ad29
1 changed files with 3 additions and 5 deletions
|
@ -122,11 +122,9 @@ export interface INode {
|
|||
is_liked?: boolean;
|
||||
is_heroic?: boolean;
|
||||
|
||||
options: {
|
||||
flow: {
|
||||
display: 'single' | 'vertical' | 'horizontal' | 'quadro';
|
||||
show_description: boolean;
|
||||
};
|
||||
flow: {
|
||||
display: 'single' | 'vertical' | 'horizontal' | 'quadro';
|
||||
show_description: boolean;
|
||||
};
|
||||
|
||||
tags: ITag[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue