generate new models with the "Model" suffix

This commit is contained in:
Jacob Overgaard
2023-02-09 13:37:35 +01:00
parent 036576abee
commit 47a5866abf
274 changed files with 1936 additions and 1609 deletions

View File

@@ -2,10 +2,7 @@
/* tslint:disable */
/* eslint-disable */
import type { DictionaryItemTranslationModel } from './DictionaryItemTranslationModel';
import type { DictionaryItemModelBaseModel } from './DictionaryItemModelBaseModel';
export type DictionaryItemUpdateModel = {
name?: string;
translations?: Array<DictionaryItemTranslationModel>;
};
export type DictionaryItemUpdateModel = DictionaryItemModelBaseModel;