Data structure for vacation approval.
Properties
optional public Approval?: IApproval
The data for the status of vacation approval.
optional public Comment?: string
Optional comment.
optional public Deputy1?: IPerson
The person that is deputy for employee on vacation.
optional public Deputy2?: IPerson
Alternative person that is deputy for employee on vacation.
optional public Duration?: IDuration
The interval, the days that the vacation lasts.
optional public Employee?: IPerson
The person with request for vacation.