Update NetscriptDefinitions.d.ts

This commit is contained in:
hydroflame 2022-10-22 00:27:29 -04:00 committed by GitHub
parent 7784c2f8b2
commit 317c3c3fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6872,6 +6872,7 @@ export interface NS {
enums: NSEnums; enums: NSEnums;
} }
/** @public */
declare enum ToastVariant { declare enum ToastVariant {
SUCCESS = "success", SUCCESS = "success",
WARNING = "warning", WARNING = "warning",