mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)
This commit is contained in:
@@ -2,19 +2,13 @@
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [PositionType](./bitburner.positiontype.md)
|
||||
|
||||
## PositionType enum
|
||||
## PositionType type
|
||||
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
declare enum PositionType
|
||||
type PositionType = _ValueOf<PositionEnumType>;
|
||||
```
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
| Member | Value | Description |
|
||||
| --- | --- | --- |
|
||||
| Long | <code>"L"</code> | |
|
||||
| Short | <code>"S"</code> | |
|
||||
**References:** [\_ValueOf](./bitburner._valueof.md)<!-- -->, [PositionEnumType](./bitburner.positionenumtype.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user