mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
23 lines
678 B
Markdown
23 lines
678 B
Markdown
<!-- 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
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface Export
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
| --- | --- | --- | --- |
|
|
| [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 |
|
|
|