File

src/app/_models/WorkExperience.ts

Properties

company
company: string
Type : string
dateAdded
dateAdded: Date
Type : Date
description
description: string
Type : string
endMonth
endMonth: Date
Type : Date
endYear
endYear: Date
Type : Date
id
id: number
Type : number
isCurrentlyWorking
isCurrentlyWorking: boolean
Type : boolean
location
location: string
Type : string
startMonth
startMonth: Date
Type : Date
startYear
startYear: Date
Type : Date
title
title: string
Type : string
export interface WorkExperience {
    id: number;
    title: string;
    company: string;
    location: string;
    startMonth: Date;
    startYear: Date;
    isCurrentlyWorking: boolean;
    endMonth: Date;
    endYear: Date;
    description: string;
    dateAdded: Date;
}

results matching ""

    No results matching ""