/** * Object containing configuration of Service Browser * @property type - type of the service to be discovered (e.g. _fgr-counter._tcp) */ export type ServiceBrowserConfiguration = { type: string }