Skip to content

Commit 497c370

Browse files
committed
add alt type
1 parent 87cc45c commit 497c370

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export interface MicroCMSImage {
6262
url: string;
6363
width?: number;
6464
height?: number;
65+
alt?: string;
6566
}
6667

6768
/**

0 commit comments

Comments
 (0)