1 2 3 4 5 6 7 8
export interface ValueRecord { value: number; } export interface Paper { title: string; url: string; }