From 95881194fe43524f01d0ea842bc69084c28b4cd7 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:19:10 +0700 Subject: [PATCH] fix: type --- Services/client/src/stores/storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/client/src/stores/storage.ts b/Services/client/src/stores/storage.ts index be7b9e5..5502545 100644 --- a/Services/client/src/stores/storage.ts +++ b/Services/client/src/stores/storage.ts @@ -27,7 +27,7 @@ export interface StorageFile { title: string description: string author: string - metadata: Record + metadata?: Record category: string[] keyword: string[] updatedAt: string