File size: 488 Bytes
096addf
 
bba8f93
 
096addf
bba8f93
 
 
7ecec8c
 
 
 
 
bba8f93
 
 
 
 
9281945
bba8f93
 
 
 
9281945
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
29
30
31
32
33
34
---
license: mit
language:
- en
---

# hand.json

3,000 image data about "Hand" retrieved from Unsplash.

# portrait.json

10,000 image data about "Portrait" retrieved from Unsplash.

# Type Definition

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