We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7628cb6 commit 8de9535Copy full SHA for 8de9535
src/types.ts
@@ -30,6 +30,8 @@ export interface Photo {
30
width: number;
31
height: number;
32
url: string;
33
+ alt: string | null;
34
+ avg_color: string | null;
35
photographer: string;
36
photographer_url: string;
37
photographer_id: string;
0 commit comments