mirror of
https://github.com/bitwarden/cli
synced 2025-12-20 18:23:13 +00:00
small fixes
This commit is contained in:
@@ -3,7 +3,7 @@ import { AttachmentView } from 'jslib/models/view/attachmentView';
|
||||
export class AttachmentResponse {
|
||||
id: string;
|
||||
fileName: string;
|
||||
size: number;
|
||||
size: string;
|
||||
sizeName: string;
|
||||
url: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user