Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,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 |
}
|
|
|
|
| 8 |
|
| 9 |
```ts
|
| 10 |
interface Myethos {
|
| 11 |
+
[id: string]: {
|
| 12 |
image_urls: string[]
|
| 13 |
descriptions: Record<string, string>
|
| 14 |
}
|