UNPKG

tinkerhub-discovery

Version:

Standardized API for service discovery and publishing

10 lines (9 loc) 141 B
/** * Service being discovered. */ export interface Service { /** * The unique identifier of this service. */ readonly id: string; }