export interface ReadingOverview { [timestamp: string]: number; } export interface ReadingStats { readonly nrPages: number; }