MyRepo-Ums/node_modules/bonjour-service/dist/lib/KeyValue.d.ts

5 lines
70 B
TypeScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
type KeyValue = {
[key: string]: any;
};
export default KeyValue;