summaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2023-08-08 20:43:00 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2023-08-08 20:43:09 +0100
commitc09ab868d42a5c15f36e2ba9f55a9668da46e157 (patch)
tree5816ce5138a30a6c887ea947a3f572e5a150139f /src/types
parenta2d76427279e15fa0bd46faa64f3e417f33aaa4a (diff)
Nicifies Lallans issues
Diffstat (limited to 'src/types')
-rw-r--r--src/types/LallansIssue.d.ts4
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