feat: radius connection

This commit is contained in:
Cristina Poncela Cubeiro
2026-06-18 15:03:43 +02:00
parent 52b7f7749e
commit 9bfafc8c02
6 changed files with 177 additions and 4 deletions
@@ -45,6 +45,7 @@ export interface InstanceSummary {
cwd: string;
label?: string;
sessionId?: string;
sessionFile?: string;
}
export interface ResponseBase {