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:
@@ -5,7 +5,7 @@ export class AttachmentResponse extends BaseResponse {
|
||||
url: string;
|
||||
fileName: string;
|
||||
key: string;
|
||||
size: number;
|
||||
size: string;
|
||||
sizeName: string;
|
||||
|
||||
constructor(response: any) {
|
||||
|
||||
Reference in New Issue
Block a user