Props for the CacheClearingNotification component.

export interface CacheClearingNotificationProps {
cacheClearingCount: number;
}
interface CacheClearingNotificationProps {
    cacheClearingCount: number;
}

Properties

cacheClearingCount: number

The number of manga entries being cleared from cache.