1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 05:03:33 +00:00
Files
browser/common/src/models/request/attachmentRequest.ts
Oscar Hinton 1016bbfb9e Split jslib into multiple modules (#363)
* Split jslib into multiple modules
2021-06-03 18:58:57 +02:00

7 lines
123 B
TypeScript

export class AttachmentRequest {
fileName: string;
key: string;
fileSize: number;
adminRequest: boolean;
}