From 66ab6619a26adb038454d6a95ef6319851f663e2 Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:08:54 +0200 Subject: [PATCH] Added endpointurl and added sourceurl to pages --- payload/endpoint-types.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/payload/endpoint-types.ts b/payload/endpoint-types.ts index e96b5d0..b063aaa 100644 --- a/payload/endpoint-types.ts +++ b/payload/endpoint-types.ts @@ -187,6 +187,7 @@ export type EndpointPage = Omit & { summary?: RichTextContent; content: RichTextContent; credits: EndpointCredit[]; + sourceUrls?: EndpointURL[]; toc: TableOfContentEntry[]; })[]; createdAt: string; @@ -221,7 +222,7 @@ export type EndpointCollectible = Omit