Convert DecryptFile to TS and modernize a bit
This commit is contained in:
parent
93f7f13c44
commit
53935782bc
2 changed files with 30 additions and 34 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
export interface IEncryptedFile {
|
||||
url: string;
|
||||
mimetype?: string;
|
||||
key: {
|
||||
alg: string;
|
||||
key_ops: string[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue