UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

9 lines (8 loc) 190 B
export interface I18nFieldValue { defaultValue: string; key?: string; translations?: I18nFieldTranslations; } export interface I18nFieldTranslations { [k: string]: string; }