MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)

This commit is contained in:
catloversg
2025-05-10 16:28:48 +07:00
committed by GitHub
parent 7db15a6bd2
commit 22ee7fca2c
144 changed files with 1628 additions and 1458 deletions

View File

@@ -2,21 +2,13 @@
[Home](./index.md) > [bitburner](./bitburner.md) > [OrderType](./bitburner.ordertype.md)
## OrderType enum
## OrderType type
**Signature:**
```typescript
declare enum OrderType
type OrderType = _ValueOf<OrderEnumType>;
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| LimitBuy | <code>&quot;Limit Buy Order&quot;</code> | |
| LimitSell | <code>&quot;Limit Sell Order&quot;</code> | |
| StopBuy | <code>&quot;Stop Buy Order&quot;</code> | |
| StopSell | <code>&quot;Stop Sell Order&quot;</code> | |
**References:** [\_ValueOf](./bitburner._valueof.md)<!-- -->, [OrderEnumType](./bitburner.orderenumtype.md)