UNPKG

@grandlinex/bundle-multilang

Version:
9 lines (8 loc) 198 B
import { CoreEntity } from '@grandlinex/core'; export default class Language extends CoreEntity { label: string; constructor(props?: { code: string; label: string; }); }