Initial Commit

This commit is contained in:
Nazareno Oviedo
2022-03-28 15:00:11 -03:00
commit 4aa3fdbc2a
147 changed files with 8710 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# `ts` dir
- Put common types in here
- Specific types used throughout the application are best placed where they are used (prefer local instead of global): only abstract them here if they are used more commonly.