amis-rpc-design/node_modules/bonjour-service/dist/lib/KeyValue.d.ts

5 lines
70 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
type KeyValue = {
[key: string]: any;
};
export default KeyValue;