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

    Variable mockNotificationConst

    mockNotification: {
        id: string;
        message: string;
        timestamp: number;
        title: string;
        type: "success";
    } = ...

    Type declaration

    • id: string
    • message: string
    • timestamp: number
    • title: string
    • type: "success"