文件名称:json-schema-to-typescript:将JSONSchema编译为TypeScript类型声明
文件大小:610KB
文件格式:ZIP
更新时间:2024-02-27 01:23:31
typescript json-schema TypeScript
json模式到打字稿 编译JSON模式以键入打字稿 例 输入: { " title " : " Example Schema " , " type " : " object " , " properties " : { " firstName " : { " type " : " string " }, " lastName " : { " type " : " string " }, " age " : { " description " : " Age in years " , " ty