Remove redundant duplicate mimetype field which doesn't conform to spec (#7045)
This commit is contained in:
committed by
GitHub
parent
27e16362b6
commit
82807434b8
@@ -18,7 +18,6 @@
|
||||
|
||||
export interface IEncryptedFile {
|
||||
url: string;
|
||||
mimetype?: string;
|
||||
key: {
|
||||
alg: string;
|
||||
key_ops: string[]; // eslint-disable-line camelcase
|
||||
|
||||
Reference in New Issue
Block a user