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
|
title: string
|
||||||
description: string
|
description: string
|
||||||
author: string
|
author: string
|
||||||
metadata: Record<string, unknown>
|
metadata?: Record<string, unknown>
|
||||||
category: string[]
|
category: string[]
|
||||||
keyword: string[]
|
keyword: string[]
|
||||||
updatedAt: string
|
updatedAt: string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue