Ben Lin
2024-10-22 e4f79a7e36214e5836cb0e667b3ffbd3db45456d
packages/types/src/utils.ts
@@ -26,7 +26,7 @@
/**
 * 字符串类型对象
 */
type Recordable<T> = Record<string, T>;
type Recordable<T = any> = Record<string, T>;
/**
 * 字符串类型对象(只读)