📄 KeyValue.d.ts
/home/palash/git/site/node_modules/bonjour-service/dist/lib/KeyValue.d.ts
Language: ts • Lines: 4
type KeyValue = {
    [key: string]: any;
};
export default KeyValue;