Yoctol / bottender

⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.22k stars 335 forks source link

type(JsonObject): use JsonObject instead Record<string, any> #787

Closed chentsulin closed 4 years ago

chentsulin commented 4 years ago

Use JsonObject instead of Record<string, any> in most of places.