Fix documentation build error

This commit is contained in:
omuretsu 2022-10-27 07:04:46 -04:00
parent a40aa1bab2
commit 4bf215f241

@ -6873,6 +6873,7 @@ export interface NS {
enums: NSEnums;
}
/** @public */
type EmployeePosName =
| "Operations"
| "Engineer"
@ -6882,6 +6883,7 @@ type EmployeePosName =
| "Training"
| "Unassigned";
/** @public */
type IndustryTypeName =
| "Energy"
| "Water Utilities"