diff --git a/src/types.ts b/src/types.ts index 100dfce..ea97bfa 100644 --- a/src/types.ts +++ b/src/types.ts @@ -62,6 +62,7 @@ export interface MicroCMSImage { url: string; width?: number; height?: number; + alt?: string; } /**