Interface INotificationDeletePackage

interface INotificationDeletePackage {
    from: string;
    time: number;
}

Properties

Properties

from: string
time: number