mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
improved some syntax and a few fixes
This commit is contained in:
@@ -6,7 +6,7 @@ import { SymmetricCryptoKey } from '../domain/symmetricCryptoKey';
|
||||
export class AttachmentView implements View {
|
||||
id: string = null;
|
||||
url: string = null;
|
||||
size: number = null;
|
||||
size: string = null;
|
||||
sizeName: string = null;
|
||||
fileName: string = null;
|
||||
key: SymmetricCryptoKey = null;
|
||||
|
||||
Reference in New Issue
Block a user