interface NotificationStatistic {
    date?: Date;
    hitCount?: number;
    path?: string;
    type?: NotificationStatisticType;
    user?: IdentityRef;
}

Properties

date?: Date
hitCount?: number
path?: string