mirror of
https://github.com/hexastack/hexabot
synced 2025-02-16 17:52:34 +00:00
fix(frontend): ILanguageStub typing
This commit is contained in:
parent
1792b125d3
commit
c8d2baa59a
@ -21,6 +21,6 @@ export interface ILanguageAttributes {
|
||||
|
||||
export interface ILanguageStub
|
||||
extends IBaseSchema,
|
||||
OmitPopulate<ILanguageAttributes, EntityType.TRANSLATION> {}
|
||||
OmitPopulate<ILanguageAttributes, EntityType.LANGUAGE> {}
|
||||
|
||||
export interface ILanguage extends ILanguageStub, IFormat<Format.BASIC> {}
|
||||
|
Loading…
Reference in New Issue
Block a user