ruoyi-plus-soybean/src/typings/common/common.d.ts

9 lines
173 B
TypeScript
Raw Normal View History

/** 通用类型 */
declare namespace Common {
/**
*
* [, true时执行的回调函数]
*/
type StrategyAction = [boolean, () => void];
}