Skip to main content

Interface: AccountCreateParams

types/account.AccountCreateParams

AccountCreateParams interface

Indexable

▪ [p: string]: any

Any other properties available in user_metadata_definition

Properties

email

email: string

Email field for the account

Defined in

types/account.ts:13


invite_code

Optional invite_code: string

Optional Invite Code field

Defined in

types/account.ts:21


password

password: string

Password field for the account

Defined in

types/account.ts:17


promo_code

Optional promo_code: string

Optional Promo Code field

Defined in

types/account.ts:25


username

username: string

Username field for the account

Defined in

types/account.ts:9