Files
2025-12-03 21:28:08 +00:00

5 lines
70 B
TypeScript
Executable File

type KeyValue = {
[key: string]: any;
};
export default KeyValue;