Type Alias: Register
ts
type Register = object;Defined in: src/types/Register.ts:4
Register / Sign up to lemmy.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
answer? | string | An answer is mandatory if require application is enabled on the server | src/types/Register.ts:8 |
captcha_answer? | string | Your captcha answer. | src/types/Register.ts:12 |
captcha_uuid? | string | The UUID of the captcha item. | src/types/Register.ts:16 |
email? | string | email is mandatory if email verification is enabled on the server | src/types/Register.ts:20 |
password | string | - | src/types/Register.ts:21 |
password_verify | string | - | src/types/Register.ts:22 |
show_nsfw? | boolean | - | src/types/Register.ts:23 |
username | string | - | src/types/Register.ts:24 |
