feat: add swagger docs
ci-front / build (push) Successful in 2m26s

This commit is contained in:
2026-04-04 02:44:36 +03:00
parent 065b5492ef
commit 691e1fced5
5 changed files with 215 additions and 7 deletions
+18
View File
@@ -0,0 +1,18 @@
export { SSHAgentForm } from "./ui/SSHAgentForm";
export type { SSHAgentConfig, ExtraField } from "./ui/SSHAgentForm";
export { useAgents } from "./hooks/useAgents.hook";
export { agentApiService } from "./api/agent.api.service";
export type {
AgentInfo,
LoginRequest,
LoginResponse,
TokenCreate,
TokenUser,
LogEntry,
InsertLogRequest,
InsertLogsRequest,
LogFilters,
} from "./types/agent.types";