mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-19 21:02:50 +08:00
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
export abstract class CaptchaProtectedRequest {
|
|
captchaResponse: string = null;
|
|
}
|