generate new models with the "Model" suffix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user