1 2 3 4 5 6
import { Guid } from 'guid-typescript'; export class Language { public id: Guid; public name: string; }