diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-08 20:43:00 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-08 20:43:09 +0100 |
| commit | c09ab868d42a5c15f36e2ba9f55a9668da46e157 (patch) | |
| tree | 5816ce5138a30a6c887ea947a3f572e5a150139f /src/types | |
| parent | a2d76427279e15fa0bd46faa64f3e417f33aaa4a (diff) | |
Nicifies Lallans issues
Diffstat (limited to 'src/types')
| -rw-r--r-- | src/types/LallansIssue.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/LallansIssue.d.ts b/src/types/LallansIssue.d.ts index 2f6355d..d8339b1 100644 --- a/src/types/LallansIssue.d.ts +++ b/src/types/LallansIssue.d.ts @@ -17,7 +17,7 @@ type LallansIssue = { Record<string, never> ); -type Contributor = string; -type Contribution = { author?: string, title: string }; +export type Contributor = string; +export type Contribution = { author?: string, title: string }; export default LallansIssue;
\ No newline at end of file |
