Merge pull request #3318 from smmalis37/empjobs

Fix docs for employeeProd and add employeeJobs.
This commit is contained in:
hydroflame
2022-04-11 20:48:17 -04:00
committed by GitHub
4 changed files with 40 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;
}
/**