TemplateData类型定义

This commit is contained in:
郭文文 2026-01-20 11:53:51 +08:00
parent aebbb13f87
commit 963790e355
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@ const Index = observer(function Index() {
price?: number
title?: string
isDeleted?: boolean
webpPreviewUrl?: string
webpHighPreviewUrl?: string
user?: {
name?: string
}
}
const transformTemplateToMediaItem = useCallback((template: TemplateData): MediaItem => {