Interface: GetCaptchaResponse
Defined in: src/types/index.ts:26
Extends
output<typeofschemas.GetCaptchaResponse>
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
ok? | object | Will be None if captchas are disabled. | z.infer.ok | src/schemas/GetCaptchaResponse.ts:28 |
ok.png | string | A Base64 encoded png | - | src/schemas/GetCaptchaResponse.ts:10 |
ok.uuid | string | The UUID for the captcha item. | - | src/schemas/GetCaptchaResponse.ts:14 |
ok.wav | string | A Base64 encoded wav audio | - | src/schemas/GetCaptchaResponse.ts:18 |
