# @zhst/types :::info{title=开发中} 可能会被弃用... ::: ## 介绍 业务库 ## 安装 > pnpm install @zhst/types ## 使用 ```js import React from 'react'; import type { User } from '@zhst/types' ```