aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/models/base-types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/models/base-types.ts')
-rw-r--r--catalog-ui/src/app/models/base-types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/models/base-types.ts b/catalog-ui/src/app/models/base-types.ts
index 69aafa357c..961e4bdfb3 100644
--- a/catalog-ui/src/app/models/base-types.ts
+++ b/catalog-ui/src/app/models/base-types.ts
@@ -22,6 +22,7 @@ interface ListBaseTypesResponse {
baseTypes: BaseTypeResponse[];
required: boolean;
defaultBaseType: string;
+ doNotExtendBaseType: boolean;
}
interface BaseTypeResponse {