Yurba.js Documentation
    Preparing search index...

    Interface Notification

    interface Notification {
        ID: number;
        Item: any;
        Read: boolean;
        Timestamp: number;
        Type: NotificationType;
        User: Author;
    }
    Index

    Properties

    ID: number
    Item: any
    Read: boolean
    Timestamp: number
    User: Author