18874: Add 'services/workbench2/' from commit 'f6f88d9ca9cdeeeebfadcfe999789bfb9f69e5c6'
[arvados.git] / services / workbench2 / src / models / static / git-favicon.png
diff --git a/src/models/ssh-key.ts b/src/models/ssh-key.ts
deleted file mode 100644 (file)
index d4362d7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright (C) The Arvados Authors. All rights reserved.
-//
-// SPDX-License-Identifier: AGPL-3.0
-
-import { Resource } from 'models/resource';
-
-export enum KeyType {
-    SSH = 'SSH'
-}
-
-export interface SshKeyResource extends Resource {
-    name: string;
-    keyType: KeyType;
-    authorizedUserUuid: string;
-    publicKey: string;
-    expiresAt: string;
-}
\ No newline at end of file