mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed typings and props for node tags
This commit is contained in:
parent
df1c11a308
commit
f9330000c2
5 changed files with 22 additions and 19 deletions
|
@ -110,6 +110,8 @@ export interface INode {
|
|||
};
|
||||
};
|
||||
|
||||
tags: ITag[];
|
||||
|
||||
createdAt?: string;
|
||||
updatedAt?: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue