Reworking interfaces a bit

This commit is contained in:
maciejhirsz
2018-06-19 15:39:27 +02:00
parent 9404a01e24
commit 811684da80
5 changed files with 167 additions and 72 deletions
+1
View File
@@ -0,0 +1 @@
export type Maybe<T> = T | null | undefined;