X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Finterfaces%2Fpolicy.types.ts;h=e694bb6e37d10530ac47d5109f5f3bec43394697;hb=41cbc8cef42c7b1d4ee78c8789f14bffd7d829dd;hp=ee0c4474cd05857e190e90868b89f4ae93ae3e0e;hpb=592589c3bcaba8f8d309bccf9068c0fce4434da8;p=nonrtric.git diff --git a/dashboard/webapp-frontend/src/app/interfaces/policy.types.ts b/dashboard/webapp-frontend/src/app/interfaces/policy.types.ts index ee0c4474..e694bb6e 100644 --- a/dashboard/webapp-frontend/src/app/interfaces/policy.types.ts +++ b/dashboard/webapp-frontend/src/app/interfaces/policy.types.ts @@ -24,6 +24,7 @@ export interface PolicyType { policy_type_id: number; name: string; schema: string; + schemaObject: any; } export interface PolicyInstance {