We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cc45c commit 497c370Copy full SHA for 497c370
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