mirror of
https://github.com/hexastack/hexabot
synced 2025-04-26 01:09:12 +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
|
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