diff options
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 |
