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:
parent
e0bba90d2e
commit
5045fbce8b
11 changed files with 87 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue