/** * #inspector.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ import type { SerializableServiceDefinition } from "../../runtime/serializable.js"; export type InspectorDescription = { provides: SerializableServiceDefinition[]; hostname: string; }; export type InspectorDescriptions = { descriptions: InspectorDescription[]; }; //# sourceMappingURL=inspector.d.ts.map