diff --git a/payload/endpoint-types.ts b/payload/endpoint-types.ts index b063aaa..2efd1a0 100644 --- a/payload/endpoint-types.ts +++ b/payload/endpoint-types.ts @@ -187,7 +187,7 @@ export type EndpointPage = Omit & { summary?: RichTextContent; content: RichTextContent; credits: EndpointCredit[]; - sourceUrls?: EndpointURL[]; + sourceUrls: EndpointURL[]; toc: TableOfContentEntry[]; })[]; createdAt: string;