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