p1atdev commited on
Commit
8b1c353
1 Parent(s): 0a74926

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -5,3 +5,12 @@ license: mit
5
  # myethos.json
6
 
7
  PVC figure images and information from [www.myethos.cn](http://www.myethos.cn).
 
 
 
 
 
 
 
 
 
 
5
  # myethos.json
6
 
7
  PVC figure images and information from [www.myethos.cn](http://www.myethos.cn).
8
+
9
+ ```ts
10
+ interface Myethos {
11
+ [string]: {
12
+ image_urls: string[]
13
+ descriptions: Record<string, string>
14
+ }
15
+ }
16
+ ```