Variable EWorkTypeConst

EWorkType: {
    BUILD: string;
    REPAIR: string;
} = ...

Represents the goal type enum for javascript

Type declaration

  • BUILD: string
  • REPAIR: string

Generated using TypeDoc