mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
#591 - server-ssh-keys
This commit is contained in:
2
resources/js/types/ssh-key.d.ts
vendored
2
resources/js/types/ssh-key.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
import { User } from '@/types/user';
|
||||
|
||||
export interface SSHKey {
|
||||
export interface SshKey {
|
||||
id: number;
|
||||
user?: User;
|
||||
name: string;
|
||||
|
Reference in New Issue
Block a user