15088: Adds support for inactive account linking
[arvados-workbench2.git] / src / services / common-service / common-service.ts
index b301a727551135ef4d6bff23f11d90446b13b57b..07ff398a4abdd7d4409bb67dd660e02f304af359 100644 (file)
@@ -23,6 +23,7 @@ export interface ListArguments {
 }
 
 export interface ListResults<T> {
+    clusterId?: string;
     kind: string;
     offset: number;
     limit: number;
@@ -128,4 +129,4 @@ export class CommonService<T> {
             this.actions
         );
     }
-}
\ No newline at end of file
+}