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