Files
mooknote_web/node_modules/bonjour-service/dist/lib/KeyValue.d.ts
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

5 lines
70 B
TypeScript

type KeyValue = {
[key: string]: any;
};
export default KeyValue;