diff options
author | shikha0203 <shivani.khare@est.tech> | 2023-03-22 11:52:31 +0000 |
---|---|---|
committer | shikha0203 <shivani.khare@est.tech> | 2023-05-12 14:14:13 +0100 |
commit | f21f1b1b1f474e311409693f5a49780101cb5bc5 (patch) | |
tree | 00d781848cd960267b05297310502f0d31559879 /catalog-ui/src/app/models | |
parent | 5c909bca9391467ac075384f2bca5e1497265da8 (diff) |
Enable using substitution mapping type directly
Issue-ID: SDC-4435
Signed-off-by: shikha0203 <shivani.khare@est.tech>
Change-Id: Ia3120eb6f03ad861dc87de64a2cb81a61e048f4e
Diffstat (limited to 'catalog-ui/src/app/models')
-rw-r--r-- | catalog-ui/src/app/models/base-types.ts | 1 |
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 { |