mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
376 B
376 B
Home > bitburner > ToastVariantEnumType
ToastVariantEnumType type
Signature:
type ToastVariantEnumType = {
SUCCESS: "success";
WARNING: "warning";
ERROR: "error";
INFO: "info";
};