Home > bitburner > SleeveClassTask
Signature:
type SleeveClassTask = {
type: "CLASS";
classType: UniversityClassType | GymType | `${UniversityClassType}` | `${GymType}`;
location: LocationName | `${LocationName}`;
};
References: UniversityClassType, GymType, LocationName