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

5 lines
70 B
TypeScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
type KeyValue = {
[key: string]: any;
};
export default KeyValue;