File

src/app/models/timesheet.ts

Index

Properties

Properties

month
Type : number
timesheetDetails
Type : TimesheetDetails[]
timesheetID
Type : number
timesheetStatus
Type : string
userId
Type : string
year
Type : number
import { TimesheetDetails } from "./timesheet-details";

export class Timesheet {
    timesheetID: number
    month: number;
    year: number;
    timesheetStatus: string;
    userId: string;
    timesheetDetails: TimesheetDetails[]
}

results matching ""

    No results matching ""