feat: additional field

This commit is contained in:
Methapon2001 2023-12-26 14:52:02 +07:00
parent 2da9f91e4e
commit ae2e0edfd2
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
5 changed files with 110 additions and 1 deletions

View file

@ -26,6 +26,8 @@ export interface StorageFile {
description: string;
category: string[];
keyword: string[];
author: string;
metadata: Record<string, unknown>;
path: string;
upload: boolean;