NeoRust GUI Documentation - v0.4.2
    Preparing search index...

    Interface Notification

    interface Notification {
        id: string;
        message: string;
        read: boolean;
        timestamp: number;
        title: string;
        type: "success" | "error" | "warning" | "info";
    }
    Index

    Properties

    id: string
    message: string
    read: boolean
    timestamp: number
    title: string
    type: "success" | "error" | "warning" | "info"