ToastMessage: {
    autoClose: number;
    message: string;
    stickyID: string;
    type: "info" | "success" | "warning" | "error";
}

Type declaration

  • autoClose: number
  • message: string
  • stickyID: string
  • type: "info" | "success" | "warning" | "error"