feat: additional field
This commit is contained in:
parent
2da9f91e4e
commit
ae2e0edfd2
5 changed files with 110 additions and 1 deletions
|
|
@ -26,6 +26,8 @@ export interface StorageFile {
|
|||
description: string;
|
||||
category: string[];
|
||||
keyword: string[];
|
||||
author: string;
|
||||
metadata: Record<string, unknown>;
|
||||
|
||||
path: string;
|
||||
upload: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue