interface AccountCreateInfo {
    company?: string;
    country?: string;
    cpassword: string;
    developer?: boolean;
    email: string;
    name: string;
    newsletter?: boolean;
    password: string;
    timezone: string;
}

Properties

company?: string

Company of the account

country?: string

Country of the account

cpassword: string

Password confirmation

developer?: boolean
email: string

Email of the account

name: string

Name of the account

newsletter?: boolean

Set true if wanna receive newsletter

password: string

Password of the account

timezone: string

Timezone of the account