Skip to content

Commit b675e61

Browse files
authored
Merge pull request #88 from microcmsio/add-alt-parameter
add alt type
2 parents 87cc45c + 497c370 commit b675e61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)