mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
598 B
598 B
Home > bitburner > SleeveClassTask
SleeveClassTask type
Signature:
type SleeveClassTask = {
type: "CLASS";
classType: UniversityClassType | GymType | `${UniversityClassType}` | `${GymType}`;
location: LocationName | `${LocationName}`;
};
References: UniversityClassType, GymType, LocationName