Fix docs for employeeProd and add employeeJobs.

This commit is contained in:
Steven Malis
2022-04-01 01:09:09 -04:00
parent 40faa6af5c
commit bb62973905
4 changed files with 37 additions and 2 deletions

View File

@@ -6965,8 +6965,10 @@ interface Office {
maxMor: number;
/** Name of all the employees */
employees: string[];
/** Positions of the employees */
/** Production of the employees */
employeeProd: EmployeeJobs;
/** Positions of the employees */
employeeJobs: EmployeeJobs;
}
/**