Clean & remove encryption part

This commit is contained in:
2019-11-28 21:21:50 +01:00
parent ad8368abb1
commit 87fab8f7c3
8 changed files with 0 additions and 101 deletions

View File

@@ -1,3 +0,0 @@
export default interface IEncryptable {
[key: string]: any
}

View File

@@ -1,3 +0,0 @@
export default interface IEncrypted {
[key: string]: string
}