fix: type
This commit is contained in:
parent
b19973ef87
commit
95881194fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue