Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 376 Bytes

File metadata and controls

17 lines (12 loc) · 376 Bytes

Home > bitburner > ToastVariantEnumType

ToastVariantEnumType type

Signature:

type ToastVariantEnumType = {
  SUCCESS: "success";
  WARNING: "warning";
  ERROR: "error";
  INFO: "info";
};