updated sdk
This commit is contained in:
parent
d4dc7ca910
commit
858ef1ba69
|
@ -370,6 +370,7 @@ export type EndpointCollectibleGalleryImage = {
|
||||||
pretitle?: string;
|
pretitle?: string;
|
||||||
title: string;
|
title: string;
|
||||||
subtitle?: string;
|
subtitle?: string;
|
||||||
|
description?: RichTextContent;
|
||||||
}[];
|
}[];
|
||||||
image: EndpointImage;
|
image: EndpointImage;
|
||||||
previousIndex?: string;
|
previousIndex?: string;
|
||||||
|
@ -385,6 +386,7 @@ export type EndpointCollectibleScanPage = {
|
||||||
pretitle?: string;
|
pretitle?: string;
|
||||||
title: string;
|
title: string;
|
||||||
subtitle?: string;
|
subtitle?: string;
|
||||||
|
description?: RichTextContent;
|
||||||
}[];
|
}[];
|
||||||
image: EndpointScanImage;
|
image: EndpointScanImage;
|
||||||
previousIndex?: string;
|
previousIndex?: string;
|
||||||
|
|
Loading…
Reference in New Issue