--- 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 } } ```