frontend
    Preparing search index...

    Interface Alert

    Base alert interface.

    interface Alert {
        date: string;
        id: number;
        name: string;
        status: AlertStatus;
        time: string;
        type: AlertTypes;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    date: string

    Date of the alert.

    id: number

    Unique identifier for student alert.

    name: string

    Title of the alert.

    status: AlertStatus

    Seen / Unseen

    time: string

    Time of the alert.

    Seen / Unseen