code-center/typings.d.ts
2024-11-14 19:47:50 +08:00

3 lines
55 B
TypeScript

type SimpleObject = {
[key: string | number]: any;
};