Appearance
web / lib/signup.types / SellerSignupData
Type Alias: SellerSignupData
SellerSignupData =
object
Defined in: lib/signup.types.ts:42
Properties
businessRole
businessRole:
string
Defined in: lib/signup.types.ts:50
contactEmail
contactEmail:
string
Defined in: lib/signup.types.ts:45
description
description:
string
Defined in: lib/signup.types.ts:48
firstName
firstName:
string
Defined in: lib/signup.types.ts:43
hasSoldBefore
hasSoldBefore:
string|null
Defined in: lib/signup.types.ts:49
lastName
lastName:
string
Defined in: lib/signup.types.ts:44
phoneNumber
phoneNumber:
string
Defined in: lib/signup.types.ts:46
profilePhoto?
optionalprofilePhoto:string|null
Defined in: lib/signup.types.ts:47
yearsOwned
yearsOwned:
number|null
Defined in: lib/signup.types.ts:51