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