parcoursup/node_modules/bonjour-service/dist/lib/KeyValue.d.ts
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

5 lines
78 B
TypeScript

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