Files
pig-farm-controller-fe/node_modules/bonjour-service/dist/lib/KeyValue.d.ts

5 lines
70 B
TypeScript
Raw Normal View History

2025-09-19 14:25:20 +08:00
type KeyValue = {
[key: string]: any;
};
export default KeyValue;