mirror of
https://github.com/hexastack/hexabot
synced 2024-11-26 13:51:20 +00:00
Merge pull request #305 from Hexastack/304-bug-fix-ilanguagestub-type-issue
fix(frontend): ILanguageStub typing
This commit is contained in:
commit
37e96beca3
@ -21,6 +21,6 @@ export interface ILanguageAttributes {
|
|||||||
|
|
||||||
export interface ILanguageStub
|
export interface ILanguageStub
|
||||||
extends IBaseSchema,
|
extends IBaseSchema,
|
||||||
OmitPopulate<ILanguageAttributes, EntityType.TRANSLATION> {}
|
OmitPopulate<ILanguageAttributes, EntityType.LANGUAGE> {}
|
||||||
|
|
||||||
export interface ILanguage extends ILanguageStub, IFormat<Format.BASIC> {}
|
export interface ILanguage extends ILanguageStub, IFormat<Format.BASIC> {}
|
||||||
|
Loading…
Reference in New Issue
Block a user