ship-gis/node_modules/bonjour-service/dist/lib/KeyValue.d.ts

5 lines
70 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
type KeyValue = {
[key: string]: any;
};
export default KeyValue;