File size: 376 Bytes
096addf
 
bba8f93
 
096addf
bba8f93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
license: mit
language:
- en
---

# hand.json

3000 images about "Hand" retrieved from Unsplash.

# Type Definition

```typescript
interface Photo {
  color: string
  description: string | null
  alt_description: string | null
  tags: string[]
  urls: {
    raw: string
    full: string
    regular: string
    small: string
    thumb: string
    small_s3: string
  }
}
```