We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87cc45c + 497c370 commit b675e61Copy full SHA for b675e61
1 file changed
src/types.ts
@@ -62,6 +62,7 @@ export interface MicroCMSImage {
62
url: string;
63
width?: number;
64
height?: number;
65
+ alt?: string;
66
}
67
68
/**
0 commit comments