diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-07-02 11:19:25 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-07-02 11:19:25 +0300 |
| commit | b6beb5f02e8c291f2b5f2bc7d0c15d0955336c32 (patch) | |
| tree | e51abdbbb9b932b51dcc4fa0b242b32881a79c39 /frontend/shared-types.ts | |
| parent | f1b8e3cb04e9f274e8008881bdc2edc910123046 (diff) | |
Implement research papers
Diffstat (limited to 'frontend/shared-types.ts')
| -rw-r--r-- | frontend/shared-types.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/shared-types.ts b/frontend/shared-types.ts index 51f3281..f68b896 100644 --- a/frontend/shared-types.ts +++ b/frontend/shared-types.ts @@ -1,3 +1,8 @@ export interface ValueRecord { value: number; } + +export interface Paper { + title: string; + url: string; +} |
