mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
radiuses
This commit is contained in:
parent
87112cd985
commit
2f11bb80aa
10 changed files with 21 additions and 18 deletions
|
@ -31,7 +31,7 @@ export const EMPTY_BLOCK: IBlock = {
|
|||
export const EMPTY_NODE: INode = {
|
||||
id: null,
|
||||
|
||||
user_id: null,
|
||||
user: null,
|
||||
|
||||
title: '',
|
||||
files: [],
|
||||
|
|
|
@ -93,7 +93,7 @@ export interface IBlock {
|
|||
|
||||
export interface INode {
|
||||
id?: number;
|
||||
user_id: UUID;
|
||||
user: Partial<IUser>;
|
||||
|
||||
title: string;
|
||||
files: IFile[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue