Changed sourceurl type

This commit is contained in:
DrMint 2024-08-16 14:15:00 +02:00
parent 66ab6619a2
commit c2702ea508
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ export type EndpointPage = Omit<EndpointPagePreview, "translations"> & {
summary?: RichTextContent;
content: RichTextContent;
credits: EndpointCredit[];
sourceUrls?: EndpointURL[];
sourceUrls: EndpointURL[];
toc: TableOfContentEntry[];
})[];
createdAt: string;