Convert DecryptFile to TS and modernize a bit

This commit is contained in:
Travis Ralston 2021-03-03 18:22:57 -07:00
parent 93f7f13c44
commit 53935782bc
2 changed files with 30 additions and 34 deletions

View file

@ -18,6 +18,7 @@
export interface IEncryptedFile {
url: string;
mimetype?: string;
key: {
alg: string;
key_ops: string[];