UNPKG

@iqai/adk-cli

Version:

CLI tool for creating, running, and testing ADK-TS agents

5 lines 174 B
import { HealthResponseDto } from "../dto/api.dto"; export declare class HealthController { health(): HealthResponseDto; } //# sourceMappingURL=health.controller.d.ts.map