interface Notification {
    image: string;
    link: string;
    message: string;
    timestamp: number;
}

Properties

image: string
link: string
message: string
timestamp: number