summary refs log tree commit diff
path: root/src/util/schemas/responses/CaptchaRequiredResponse.ts
blob: 9f7f02ff4a381c72a875a384f21d44a378d31d6c (plain) (blame)
1
2
3
4
5
export interface CaptchaRequiredResponse {
	captcha_key: string;
	captcha_sitekey: string;
	captcha_service: string;
}