@choiceform/os-client-full-typedeprecated

choice form survey client core full type

Usage no npm install needed!

<script type="module">
  import choiceformOsClientFullType from 'https://cdn.skypack.dev/@choiceform/os-client-full-type';
</script>

README

这是os-client-core完整的type类型包,一般client端仓库不使用这个type类型包,而是使用os-client-core中自带的index.d.ts类型

给os-client用的type类型是只包含构建UI所必须的的数据类型说明的。

而这个完整包则除了上述数据类型外,还包含核心数据的类型说明

编写伪造接口的仓库适合使用这个包,方便其中必要的时候访问核心数据。