restructure project files layout

This commit is contained in:
Jamie Pine
2022-03-31 17:41:17 -07:00
parent 19d5036cce
commit b121f0fed6
132 changed files with 23 additions and 307 deletions

View File

@@ -0,0 +1,2 @@
export type EncryptionAlgorithm = "None" | "AES128" | "AES192" | "AES256";