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

flow for node

This commit is contained in:
Fedor Katurov 2019-10-23 12:31:05 +07:00
parent 313c41b56c
commit 2f73e9ad29

View file

@ -122,11 +122,9 @@ export interface INode {
is_liked?: boolean; is_liked?: boolean;
is_heroic?: boolean; is_heroic?: boolean;
options: { flow: {
flow: { display: 'single' | 'vertical' | 'horizontal' | 'quadro';
display: 'single' | 'vertical' | 'horizontal' | 'quadro'; show_description: boolean;
show_description: boolean;
};
}; };
tags: ITag[]; tags: ITag[];