Icard/angular-clarity-master(work.../node_modules/bonjour-service/dist/lib/KeyValue.d.ts

5 lines
70 B
TypeScript

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