Extract FileInput's format function
[arvados-workbench2.git] / src / models / search-bar.ts
index c118fd5712addf7e8d970f1bb60a870745e32caf..4df5c38f2527278babfa187210681d89310685cb 100644 (file)
@@ -17,8 +17,8 @@ export type SearchBarAdvanceFormData = {
 } & PropertyValues;
 
 export interface PropertyValues {
-    propertyKey: string;
-    propertyValue: string;
+    key: string;
+    value: string;
 }
 
 export enum ClusterObjectType {