interface LibraryStatsProps {
    library?: string;
    stats: LibraryStatistics;
}

Properties

Properties

library?: string