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