UNPKG

ravendb

Version:
5 lines 206 B
import type { AiAgentConfiguration } from "./config/AiAgentConfiguration.js"; export interface GetAiAgentsResponse { aiAgents: AiAgentConfiguration[]; } //# sourceMappingURL=GetAiAgentsResponse.d.ts.map