mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-03 17:13:16 +00:00
4 lines
63 B
TypeScript
4 lines
63 B
TypeScript
export class EmergencyAccessAcceptRequest {
|
|
token: string;
|
|
}
|