15088: Updates state to account for both types of linking and adds UI
[arvados-workbench2.git] / src / models / link-account.ts
index dd22bc95e90db60a28a12a62bb0bda043aeb0ef6..8932a3352f39275f5bb3360a72171587f489f0f3 100644 (file)
@@ -9,5 +9,6 @@ export enum LinkAccountType {
 
 export interface AccountToLink {
     type: LinkAccountType;
-    userToken: string;
+    userUuid: string;
+    token: string;
 }