bitburner-src/markdown/bitburner.toastvariant.md

13 lines
296 B
Markdown
Raw Normal View History

2022-04-13 07:35:35 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [ToastVariant](./bitburner.toastvariant.md)
2022-10-10 00:46:13 +02:00
## ToastVariant type
2022-04-13 07:35:35 +02:00
<b>Signature:</b>
```typescript
2022-10-10 00:46:13 +02:00
type ToastVariant = ValuesFrom<typeof enums.toast>;
2022-04-13 07:35:35 +02:00
```