Interface Register

interface Register {
    answer?: string;
    captcha_answer?: string;
    captcha_uuid?: string;
    email?: string;
    honeypot?: string;
    password: string;
    password_verify: string;
    show_nsfw?: boolean;
    username: string;
}

Properties

answer?: string
captcha_answer?: string
captcha_uuid?: string
email?: string
honeypot?: string
password: string
password_verify: string
show_nsfw?: boolean
username: string