#591 - server-ssh-keys

This commit is contained in:
Saeed Vaziry
2025-05-29 21:20:33 +02:00
parent 8b6f65db97
commit 0fce4dba9c
22 changed files with 438 additions and 195 deletions

View File

@ -1,6 +1,6 @@
import { User } from '@/types/user';
export interface SSHKey {
export interface SshKey {
id: number;
user?: User;
name: string;