2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Export](./bitburner.export.md)
|
|
|
|
|
|
|
|
## Export interface
|
|
|
|
|
|
|
|
Export order for a material
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface Export
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
| Property | Modifiers | Type | Description |
|
|
|
|
| --- | --- | --- | --- |
|
2023-05-16 00:06:57 +02:00
|
|
|
| [amount](./bitburner.export.amount.md) | | string | Amount of material exported |
|
|
|
|
| [city](./bitburner.export.city.md) | | [CityName](./bitburner.cityname.md) | City the material is being exported to |
|
|
|
|
| [division](./bitburner.export.division.md) | | string | Division the material is being exported to |
|
2022-10-21 17:16:00 +02:00
|
|
|
|