import { Guid } from 'guid-typescript'; export class Technology { public id: Guid; public name: string; }