@kinvolk/headlamp-plugin
Version:
The needed infrastructure for building Headlamp plugins.
10 lines (8 loc) • 303 B
text/typescript
// ag-ui types for Holmes agent communication.
// Event types and protocol types are provided by @ag-ui/client and @ag-ui/core.
// This file only defines types specific to the Headlamp–Holmes integration.
export interface HolmesServiceInfo {
namespace: string;
service: string;
port: number;
}