Files
lengzhiqiang 5616653a3f
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
feat(api): 新增用户注册和菜单相关接口
- 新增用户注册接口和相关功能
- 新增菜单相关接口和功能
- 更新登录接口返回值结构
- 优化部门、角色和用户相关接口
- 调整日志相关接口路径
- 更新前端页面和组件以适应新的接口变化
2025-08-08 17:25:52 +08:00
..
2025-07-23 14:01:21 +08:00
2025-07-23 14:01:21 +08:00
2025-07-23 14:01:21 +08:00
2025-07-23 14:01:21 +08:00

@vben/types

用于多个 app 公用的工具类型,继承了 @vben-core/typings 的所有能力。业务上有通用的类型定义可以放在这里。

用法

添加依赖

# 进入目标应用目录,例如 apps/xxxx-app
# cd apps/xxxx-app
pnpm add @vben/types

使用

// 推荐加上 type
import type { SelectOption } from '@vben/types';