summaryrefslogtreecommitdiff
path: root/src/types/LallansIssueNumber.d.ts
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2023-08-07 18:18:22 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2023-08-07 18:19:06 +0100
commit2fcbccfbd49c6eaf433272749e32589a6f490200 (patch)
treef8fc429709d66ce96d1f0e8c3812f24c13bf9d18 /src/types/LallansIssueNumber.d.ts
parentd494739e4823424bb54d81e21b57e4725544eb07 (diff)
parent27a25bfdeb07007e06bd4a608cd9953be04271ec (diff)
Merge branch 'master' of https://github.com/jcarstairs-scottlogic/lallans-wabsteid-astro
Diffstat (limited to 'src/types/LallansIssueNumber.d.ts')
-rw-r--r--src/types/LallansIssueNumber.d.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/types/LallansIssueNumber.d.ts b/src/types/LallansIssueNumber.d.ts
new file mode 100644
index 0000000..10d068e
--- /dev/null
+++ b/src/types/LallansIssueNumber.d.ts
@@ -0,0 +1,12 @@
+type LallansIssueNumber =
+ 21 | 22 | 23 | 24 | 25 | 27 | 29 |
+ 30 | 33 | 35 | 36 | 38 | 39 |
+ 41 | 42 | 43 | 45 | 46 | 47 | 48 | 49 |
+ 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 59 |
+ 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 |
+ 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 |
+ 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 |
+ 90 | 91 | 92 | 93 | 96 | 97 | 98 | 99 |
+ 100 | 101;
+
+export default LallansIssueNumber;