From 497c370fb5a2e07f13831e023dabd9bd74e665fd Mon Sep 17 00:00:00 2001 From: YouheiNozaki Date: Mon, 3 Mar 2025 10:44:49 +0900 Subject: [PATCH] add alt type --- src/types.ts | 1 + 1 file changed, 1 insertion(+) 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; } /**