Changed sourceurl type
This commit is contained in:
parent
66ab6619a2
commit
c2702ea508
|
@ -187,7 +187,7 @@ export type EndpointPage = Omit<EndpointPagePreview, "translations"> & {
|
|||
summary?: RichTextContent;
|
||||
content: RichTextContent;
|
||||
credits: EndpointCredit[];
|
||||
sourceUrls?: EndpointURL[];
|
||||
sourceUrls: EndpointURL[];
|
||||
toc: TableOfContentEntry[];
|
||||
})[];
|
||||
createdAt: string;
|
||||
|
|
Loading…
Reference in New Issue