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