UNPKG

@devgrid/netron

Version:
10 lines (9 loc) 261 B
import { ServiceMetadata } from './types'; export declare class Definition { id: string; peerId: string; meta: ServiceMetadata; parentId: string; constructor(id: string, peerId: string, meta: ServiceMetadata); static nextId(): string; }