Updated displaying of policy types
[nonrtric.git] / dashboard / webapp-frontend / src / app / interfaces / policy.types.ts
index bc94af9..ee0c447 100644 (file)
@@ -23,8 +23,7 @@
 export interface PolicyType {
   policy_type_id: number;
   name: string;
-  description: string;
-  create_schema: string;
+  schema: string;
 }
 
 export interface PolicyInstance {