From e2311f1c4a635f8bbb2271cf00fa66b9487996e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20P=C3=B6hland?= Date: Thu, 24 Oct 2024 16:36:22 +0200 Subject: [PATCH] add startsFrom --- src/types/event.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/types/event.ts b/src/types/event.ts index eed10e7..7240607 100644 --- a/src/types/event.ts +++ b/src/types/event.ts @@ -52,6 +52,10 @@ export interface IEventDoc { count: number guests: Owner[] } + startsFrom: { + price: 0 + currency: string + } eventPermissions?: Pick contractAddress: string collection: string