fix: type

This commit is contained in:
Methapon2001 2024-01-11 17:19:10 +07:00
parent b19973ef87
commit 95881194fe
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -27,7 +27,7 @@ export interface StorageFile {
title: string
description: string
author: string
metadata: Record<string, unknown>
metadata?: Record<string, unknown>
category: string[]
keyword: string[]
updatedAt: string