File size: 239 Bytes
5546a7c
 
 
0a74926
 
 
 
8b1c353
 
 
5362f0c
8b1c353
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
license: mit
---

# myethos.json

PVC figure images and information from [www.myethos.cn](http://www.myethos.cn).

```ts
interface Myethos {
  [id: string]: {
    image_urls: string[]
    descriptions: Record<string, string>
  }
}
```