mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
22 lines
602 B
Markdown
22 lines
602 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [AugmentPair](./bitburner.augmentpair.md)
|
|
|
|
## AugmentPair interface
|
|
|
|
Return value of [getSleevePurchasableAugs](./bitburner.sleeve.getsleevepurchasableaugs.md)
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface AugmentPair
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
| --- | --- | --- | --- |
|
|
| [cost](./bitburner.augmentpair.cost.md) | | number | augmentation cost |
|
|
| [name](./bitburner.augmentpair.name.md) | | string | augmentation name |
|
|
|