UNPKG

@grandlinex/bundle-multilang

Version:
9 lines (8 loc) 242 B
import { CoreEntity, EProperties } from '@grandlinex/core'; export default class Translation extends CoreEntity { key: string; value: string; scope: string; t_lang: string; constructor(props?: EProperties<Translation>); }