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

node and upload reducer

This commit is contained in:
muerwre 2019-08-06 18:32:51 +07:00
parent e0bba90d2e
commit 5045fbce8b
11 changed files with 87 additions and 19 deletions

View file

@ -67,6 +67,7 @@ export interface INode {
id?: UUID;
user_id: UUID;
title: string;
files: IFile[];
cover: IFile['id'];
@ -82,7 +83,7 @@ export interface INode {
options: {
flow: {
display: 'single' | 'double' | 'quadro';
has_description: boolean;
show_description: boolean;
}
};