chore: cleanup

This commit is contained in:
amhsirak
2025-01-23 20:54:34 +05:30
parent 76a785b460
commit 011a6edf05

View File

@@ -54,7 +54,6 @@ interface RobotSettingsProps {
initialSettings?: RobotSettings | null;
}
// Enhanced interfaces for credential handling
interface CredentialInfo {
value: string;
type: string;