From c09ab868d42a5c15f36e2ba9f55a9668da46e157 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 8 Aug 2023 20:43:00 +0100 Subject: Nicifies Lallans issues --- src/types/LallansIssue.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/types') 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 ); -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 -- cgit v1.2.3