changes.mady.by.user Jordan Kasper
Saved on Aug 31, 2022
...
interface FeaturedItemsContent extends ContentType { type: 'featured-items'; items: Array<SearchResultsItem>; }
For more information, see Search Models.
interface ImageContent extends ContentType { type: 'image'; image: { url: string; height?: number; width?: number; altText?: string; title?: string; }; link?: { url: string; target?: string; }; }