diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index b2216e6..776527f 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -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 => {