aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/shared-types.ts
blob: f68b896e6dcb55956ae202f0fd9c4a9fdeb1afaa (plain)
1
2
3
4
5
6
7
8
export interface ValueRecord {
  value: number;
}

export interface Paper {
  title: string;
  url: string;
}