From 904dcb4fc020a55ee3372e715c8ba4dde8839db2 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 7 Jan 2026 18:36:12 +0100 Subject: [PATCH] auto-git: [change] server/src/index.ts --- server/src/index.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/server/src/index.ts b/server/src/index.ts index 7b24fa1..b866934 100644 --- a/server/src/index.ts +++ b/server/src/index.ts @@ -80,6 +80,15 @@ interface EntryRecord { items: EntryData['items']; quiz: EntryData['quiz']; ui_hints: EntryData['ui_hints']; + igMeta?: { + username?: string; + full_name?: string; + profile_pic_url?: string; + post_url?: string; + profile_url?: string; + post_date?: string; + description?: string; + }; videoPath: string; jsonPath: string; video_url: string;