mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 23:10:18 +08:00
refactor(projects): remove enum
This commit is contained in:
3
src/typings/global.d.ts
vendored
3
src/typings/global.d.ts
vendored
@@ -12,6 +12,9 @@ declare namespace Common {
|
||||
* [状态, 为true时执行的回调函数]
|
||||
*/
|
||||
type StrategyAction = [boolean, () => void];
|
||||
|
||||
/** 选项数据 */
|
||||
type OptionWithKey<K> = { value: K; label: string };
|
||||
}
|
||||
|
||||
/** 构建时间 */
|
||||
|
||||
Reference in New Issue
Block a user