1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

improved some syntax and a few fixes

This commit is contained in:
Kyle Spearrin
2019-04-13 21:20:04 -04:00
parent 42771c1a2d
commit b7a736294b
7 changed files with 17 additions and 53 deletions

View File

@@ -5,7 +5,7 @@ export class AttachmentResponse extends BaseResponse {
url: string;
fileName: string;
key: string;
size: number;
size: string;
sizeName: string;
constructor(response: any) {