the-forest/client/node_modules/bonjour-service/dist/lib/KeyValue.d.ts

5 lines
70 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
type KeyValue = {
[key: string]: any;
};
export default KeyValue;