1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
bitwarden-browser/libs/common/src/models/request/sendAccessRequest.ts

4 lines
55 B
TypeScript
Raw Normal View History

export class SendAccessRequest {
2021-12-16 13:36:21 +01:00
password: string;
}