p1atdev commited on
Commit
9281945
·
1 Parent(s): 3e8da4f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -12,10 +12,12 @@ language:
12
 
13
  ```typescript
14
  interface Photo {
 
15
  color: string
16
  description: string | null
17
  alt_description: string | null
18
  tags: string[]
 
19
  urls: {
20
  raw: string
21
  full: string
 
12
 
13
  ```typescript
14
  interface Photo {
15
+ id: number
16
  color: string
17
  description: string | null
18
  alt_description: string | null
19
  tags: string[]
20
+ likes: number
21
  urls: {
22
  raw: string
23
  full: string