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