generate new models
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
import type { DictionaryItemTranslationModel } from './DictionaryItemTranslationModel';
|
||||
|
||||
export type DictionaryItemUpdateModel = {
|
||||
name?: string;
|
||||
translations?: Array<DictionaryItemTranslationModel>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user