Convert DecryptFile to TS and modernize a bit
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
export interface IEncryptedFile {
|
||||
url: string;
|
||||
mimetype?: string;
|
||||
key: {
|
||||
alg: string;
|
||||
key_ops: string[];
|
||||
|
||||
Reference in New Issue
Block a user