diff options
Diffstat (limited to 'types/ext')
| -rw-r--r-- | types/ext/structured-content.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/types/ext/structured-content.d.ts b/types/ext/structured-content.d.ts index 572b827a..2144cd84 100644 --- a/types/ext/structured-content.d.ts +++ b/types/ext/structured-content.d.ts @@ -134,6 +134,10 @@ export type ImageElementBase = { */ title?: string; /** + * Alt text for the image. + */ + alt?: string; + /** * Description of the image. */ description?: string; |