summaryrefslogtreecommitdiffstats
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 526355e0f8..69aafa357c 100644
--- a/catalog-ui/src/app/models/base-types.ts
+++ b/catalog-ui/src/app/models/base-types.ts
@@ -21,6 +21,7 @@
interface ListBaseTypesResponse {
baseTypes: BaseTypeResponse[];
required: boolean;
+ defaultBaseType: string;
}
interface BaseTypeResponse {