mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-12 15:56:56 +02:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
type KeyValue = {
|
|
[key: string]: any;
|
|
};
|
|
export default KeyValue;
|