export interface INotify { title: string; message: string; variant: "success" | "error" | "warning"; }