export interface ValueRecord { value: number; } export interface Paper { title: string; url: string; }