mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
support for new attachment keys
This commit is contained in:
4
src/models/request/attachmentRequest.ts
Normal file
4
src/models/request/attachmentRequest.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export class AttachmentRequest {
|
||||
fileName: string;
|
||||
key: string;
|
||||
}
|
||||
Reference in New Issue
Block a user