Type Alias NotifiHistoryProviderProps

NotifiHistoryProviderProps: {
    notificationCountPerPage?: number;
    unreadCountScope?: "tenant" | "card";
}