Skip to content

Type Alias: Register

ts
type Register = object;

Defined in: src/types/Register.ts:4

Register / Sign up to lemmy.

Properties

PropertyTypeDescriptionDefined in
answer?stringAn answer is mandatory if require application is enabled on the serversrc/types/Register.ts:8
captcha_answer?stringYour captcha answer.src/types/Register.ts:12
captcha_uuid?stringThe UUID of the captcha item.src/types/Register.ts:16
email?stringemail is mandatory if email verification is enabled on the serversrc/types/Register.ts:20
passwordstring-src/types/Register.ts:21
password_verifystring-src/types/Register.ts:22
show_nsfw?boolean-src/types/Register.ts:23
usernamestring-src/types/Register.ts:24