1
0
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:
Kyle Spearrin
2018-11-13 20:43:45 -05:00
parent c297728967
commit 17e7ee4838
10 changed files with 73 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
export class AttachmentRequest {
fileName: string;
key: string;
}