changes.mady.by.user Jordan Kasper (Deactivated)
Saved on Aug 31, 2022
Saved on Sept 01, 2022
...
interface ImageContent extends ContentType { type: 'image'; image: { url: string; height?: number; width?: number; altText?: string; title?: string; }; link?: { url: string; target?: string; }; }