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

View File

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