added missing model

This commit is contained in:
Jesper Møller Jensen
2023-03-09 19:55:08 +13:00
parent 134f53674d
commit 8b88890a7e
2 changed files with 9 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ export type { ContentTypeViewModelBaseDocumentTypePropertyTypeDocumentTypeProper
export type { ContentUrlInfoModel } from './models/ContentUrlInfoModel';
export type { ContentViewModelBaseDocumentValueDocumentVariantModel } from './models/ContentViewModelBaseDocumentValueDocumentVariantModel';
export type { CultureModel } from './models/CultureModel';
export type { CreateRelationTypeRequestModel } from './models/CreateRelationTypeRequestModel';
export type { DatabaseInstallModel } from './models/DatabaseInstallModel';
export type { DatabaseSettingsModel } from './models/DatabaseSettingsModel';
export type { DataTypeCopyModel } from './models/DataTypeCopyModel';

View File

@@ -0,0 +1,8 @@
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { RelationTypeBaseModel } from './RelationTypeBaseModel';
export type UpdateRelationTypeRequestModel = RelationTypeBaseModel;