2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2022-11-20 18:07:22 +01:00
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [SleeveCompanyTask](./bitburner.sleevecompanytask.md)
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2022-11-20 18:07:22 +01:00
|
|
|
## SleeveCompanyTask type
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
2023-08-16 23:31:41 +02:00
|
|
|
type SleeveCompanyTask = { type: "COMPANY"; companyName: CompanyName };
|
2022-10-21 17:16:00 +02:00
|
|
|
```
|
2023-08-16 23:31:41 +02:00
|
|
|
**References:** [CompanyName](./bitburner.companyname.md)
|
|
|
|
|