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:
17
markdown/bitburner.toastvariantenumtype.md
Normal file
17
markdown/bitburner.toastvariantenumtype.md
Normal file
@@ -0,0 +1,17 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [ToastVariantEnumType](./bitburner.toastvariantenumtype.md)
|
||||
|
||||
## ToastVariantEnumType type
|
||||
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
type ToastVariantEnumType = {
|
||||
SUCCESS: "success";
|
||||
WARNING: "warning";
|
||||
ERROR: "error";
|
||||
INFO: "info";
|
||||
};
|
||||
```
|
||||
Reference in New Issue
Block a user